errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 14) private ServiceTracker eventAdminTracker; ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 15) private ServiceTracker packageAdminTracker; ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 72) eventAdminTracker = new ServiceTracker(bundleContext, EventAdmin.class.getName(), null); Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 72) eventAdminTracker = new ServiceTracker(bundleContext, ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 84) packageAdminTracker = new ServiceTracker(bundleContext, PackageAdmin.class.getName(), null); Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized |
6. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java (at line 84) packageAdminTracker = new ServiceTracker(bundleContext, ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java (at line 37) private ServiceTracker locationTracker; ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java (at line 50) locationTracker = new ServiceTracker(context, filter, null); Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java (at line 50) locationTracker = new ServiceTracker(context, filter, null); ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 31) @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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 31) @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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 31) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 40) app.set(IServiceConstants.ACTIVE_PART, new ContextFunction() { @Override public Object compute(IEclipseContext context) { IEclipseContext childContext = context.getActiveChild(); if (childContext == null) { return null; } while (childContext != null) { context = childContext; childContext = context.getActiveChild(); } 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 43) IEclipseContext childContext = context.getActiveChild(); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 43) IEclipseContext childContext = context.getActiveChild(); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 50) childContext = context.getActiveChild(); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 75) part.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 76) windowA.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug308220Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 17) import org.eclipse.e4.core.contexts.IContextFunction; Discouraged access: The type IContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 52) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 55) private void initialize(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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 57) applicationContext.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 57) applicationContext.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 58) application.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 59) E4Workbench.processHierarchy(application); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 59) E4Workbench.processHierarchy(application); Discouraged access: The method processHierarchy(Object) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 67) .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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 88) @Optional @Named(IServiceConstants.ACTIVE_PART) final 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 88) @Optional @Named(IServiceConstants.ACTIVE_PART) final 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 88) @Optional @Named(IServiceConstants.ACTIVE_PART) final 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 88) @Optional @Named(IServiceConstants.ACTIVE_PART) final 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 90) IEclipseContext partContext = part.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 90) IEclipseContext partContext = part.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 91) partContext.containsKey(OUT_SELECTION); Discouraged access: The method containsKey(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 96) context.set(OUT_SELECTION, selection); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 107) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 116) applicationContext.set(Bug320857.class.getName(), new IContextFunction() { public Object compute(IEclipseContext context) { return ContextInjectionFactory.make(Bug320857.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 117) new IContextFunction() { Discouraged access: The type IContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 119) return ContextInjectionFactory.make(Bug320857.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 119) return ContextInjectionFactory.make(Bug320857.class, context); Discouraged access: The method make(Class<Bug320857Test.Bug320857>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 124) IEclipseContext partContext = part.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 124) IEclipseContext partContext = part.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 126) Bug320857 selectionServiceA = partContext.get(Bug320857.class); Discouraged access: The method get(Class<Bug320857Test.Bug320857>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/Bug320857Test.java (at line 129) Bug320857 selectionServiceB = partContext.get(Bug320857.class); Discouraged access: The method get(Class<Bug320857Test.Bug320857>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 31) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 48) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 51) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 87) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 107) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 137) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 15) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 31) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 42) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 106) modelService.insert(newPart, (MPartSashContainerElement) relTo, where, ratio); Discouraged access: The method insert(MPartSashContainerElement, MPartSashContainerElement, int, int) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 106) modelService.insert(newPart, (MPartSashContainerElement) relTo, where, 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 109) MUIElement newPartParent = newPart.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 15) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 50) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 56) .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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 71) application.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 87) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 87) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 87) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 87) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 88) perspective.getChildren().add(partStack); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 89) perspective.setSelectedElement(partStack); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 93) EModelService modelService = window.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 93) EModelService modelService = window.getContext().get( EModelService.class); Discouraged access: The method get(Class<EModelService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 93) EModelService modelService = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 94) EModelService.class); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 95) MPerspective foundPerspective = modelService 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 95) MPerspective foundPerspective = modelService .getPerspectiveFor(partStack); Discouraged access: The method getPerspectiveFor(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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 104) application.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 107) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 113) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 125) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 125) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 125) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceTest.java (at line 125) MPartStack partStack = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 30) import org.eclipse.e4.ui.model.application.ui.advanced.MArea; Discouraged access: The type MArea is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 43) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 44) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 72) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
68. 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 44) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 62) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 68) .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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 105) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 107) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 109) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 111) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 116) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 124) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 125) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 132) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 97) assertNull(context.getActiveChild()); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 158) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 158) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 158) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 161) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 161) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 161) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 164) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 165) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 170) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 170) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 176) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 176) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 180) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 182) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 182) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 186) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 187) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 201) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 203) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 205) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 206) MElementContainer<?> parent = ((MUIElement) context).getParent(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 206) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 206) MElementContainer<?> parent = ((MUIElement) context).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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 208) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 209) getVariables((MContext) parent, variables); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 211) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 218) protected MPart[] 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 219) MPart firstPart = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 222) MPart secondPart = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 227) return new MPart[] { firstPart, secondPart }; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 230) protected abstract 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 232) protected abstract 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 234) protected void createGUI(MUIElement uiRoot) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 235) renderer.createGui(uiRoot); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 239) protected 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 240) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 246) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 248) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 248) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 248) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 249) .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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 250) Object newEngine = contributionFactory.create(renderingEngineURI, 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 252) return (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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 255) private MApplication createApplication(IEclipseContext 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 255) private MApplication createApplication(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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 262) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 262) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 267) MApplication application = (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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 30) import org.eclipse.e4.ui.model.application.ui.MGenericStack; Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 51) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 57) private Map<MUIElement, List<MPlaceholder>> renderedPlaceholders = new HashMap<MUIElement, List<MPlaceholder>>(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 57) private Map<MUIElement, List<MPlaceholder>> renderedPlaceholders = new HashMap<MUIElement, List<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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 57) private Map<MUIElement, List<MPlaceholder>> renderedPlaceholders = new HashMap<MUIElement, List<MPlaceholder>>(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 57) private Map<MUIElement, List<MPlaceholder>> renderedPlaceholders = new HashMap<MUIElement, List<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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 62) private EModelService modelService; 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 64) protected 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 64) protected 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 65) return modelService.getContainingContext(element); Discouraged access: The method getContainingContext(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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 85) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 85) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 85) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 87) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 87) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 87) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 90) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 90) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 90) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 91) IEclipseContext parentContext = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 91) IEclipseContext parentContext = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 92) if (element 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 93) IEclipseContext context = ((MContext) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 93) IEclipseContext context = ((MContext) element) .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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 93) IEclipseContext context = ((MContext) element) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 96) && context.getParent() != parentContext) { 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 97) context.deactivate(); Discouraged access: The method deactivate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 100) createGui((MUIElement) element, parent, parentContext); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 105) MStackElement stackElement = (MStackElement) element; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 105) MStackElement stackElement = (MStackElement) element; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 107) && stackElement.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 108) && stackElement.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 109) stack.setSelectedElement(stackElement); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 124) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 124) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 124) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 125) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 126) MUIElement uiElement = (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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 126) MUIElement uiElement = (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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 127) IEclipseContext parentContext = getParentContext(uiElement); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 129) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 129) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 129) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 132) if (parent instanceof 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 133) MPerspective perspective = (MPerspective) uiElement; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 133) MPerspective perspective = (MPerspective) uiElement; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 135) parentContext.get(EPartService.class) Discouraged access: The method get(Class<EPartService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 135) parentContext.get(EPartService.class) .switchPerspective(perspective); Discouraged access: The method switchPerspective(MPerspective) from the type EPartService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 135) parentContext.get(EPartService.class) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 142) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 142) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 142) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 16) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 28) import org.eclipse.e4.ui.services.ContextServiceAddon; Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 31) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 37) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 48) applicationContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 56) osgiContext = EclipseContextFactory.getServiceContext(Activator 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 56) osgiContext = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 75) (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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 80) appContext .set(Logger.class.getName(), ContextInjectionFactory.make( WorkbenchLogger.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 81) .set(Logger.class.getName(), ContextInjectionFactory.make( 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 81) .set(Logger.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 81) .set(Logger.class.getName(), ContextInjectionFactory.make( WorkbenchLogger.class, appContext)); Discouraged access: The method make(Class<WorkbenchLogger>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 82) WorkbenchLogger.class, appContext)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The method make(Class<CommandServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 85) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 85) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The method make(Class<ContextServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 85) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 87) appContext.set(Adapter.class.getName(), 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 88) ContextInjectionFactory.make(EclipseAdapter.class, appContext)); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 88) ContextInjectionFactory.make(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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 30) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 30) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 48) && c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 48) && c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 48) && c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 49) if (!MApplicationElement.class.isAssignableFrom(c 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 64) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 64) ApplicationPackageImpl.eINSTANCE); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 81) if (c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 81) if (c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 81) if (c != ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 82) && c != ApplicationPackageImpl.Literals.APPLICATION_ELEMENT 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 82) && c != ApplicationPackageImpl.Literals.APPLICATION_ELEMENT 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelElementTest.java (at line 82) && c != ApplicationPackageImpl.Literals.APPLICATION_ELEMENT Discouraged access: The field APPLICATION_ELEMENT 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 60) assertNotNull(context.getActiveChild()); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 91) assertNotNull(context.getActiveChild()); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 138) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 150) MWindowElement nonContainer = getNonContainer(application 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 152) return ((MContext) nonContainer).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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 152) return ((MContext) nonContainer).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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 157) final 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 158) final IEclipseContext[] contexts = new IEclipseContext[1]; 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 158) final IEclipseContext[] contexts = new IEclipseContext[1]; 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 163) contexts[0].set(IResourceUtilities.class.getName(), new ResourceUtility()); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 163) contexts[0].set(IResourceUtilities.class.getName(), 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 164) new ResourceUtility()); Discouraged access: The constructor ResourceUtility() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 164) new 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 165) contexts[0].set(IStylingEngine.class.getName(), new IStylingEngine() { public void style(Object widget) { // no-op } public void setId(Object widget, String id) { // no-op } public void setClassname(Object widget, String classname) { // no-op } public CSSStyleDeclaration getStyle(Object widget) { // TODO Auto-generated method stub return null; } public void setClassnameAndId(Object widget, String classname, String id) { // no-op } }); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 165) contexts[0].set(IStylingEngine.class.getName(), 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 166) new 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 195) protected void createGUI(final MUIElement uiRoot) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 91) int TEST_HARNESS__CONTRIBUTOR_URI = ApplicationPackageImpl.APPLICATION_ELEMENT__CONTRIBUTOR_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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 91) int TEST_HARNESS__CONTRIBUTOR_URI = ApplicationPackageImpl.APPLICATION_ELEMENT__CONTRIBUTOR_URI; Discouraged access: The field APPLICATION_ELEMENT__CONTRIBUTOR_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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 126) int TEST_HARNESS__CATEGORY = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 126) int TEST_HARNESS__CATEGORY = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 135) int TEST_HARNESS__CONTEXT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 135) int TEST_HARNESS__CONTEXT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 144) int TEST_HARNESS__VARIABLES = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 144) int TEST_HARNESS__VARIABLES = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 153) int TEST_HARNESS__PROPERTIES = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 153) int TEST_HARNESS__PROPERTIES = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 162) int TEST_HARNESS__CONTRIBUTION_URI = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 162) int TEST_HARNESS__CONTRIBUTION_URI = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 171) int TEST_HARNESS__OBJECT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 171) int TEST_HARNESS__OBJECT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 180) int TEST_HARNESS__PERSISTED_STATE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 180) int TEST_HARNESS__PERSISTED_STATE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 189) int TEST_HARNESS__WIDGET = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 189) int TEST_HARNESS__WIDGET = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 198) int TEST_HARNESS__RENDERER = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 198) int TEST_HARNESS__RENDERER = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 207) int TEST_HARNESS__TO_BE_RENDERED = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 207) int TEST_HARNESS__TO_BE_RENDERED = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 216) int TEST_HARNESS__ON_TOP = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 216) int TEST_HARNESS__ON_TOP = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 225) int TEST_HARNESS__VISIBLE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 225) int TEST_HARNESS__VISIBLE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 234) int TEST_HARNESS__PARENT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 234) int TEST_HARNESS__PARENT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 243) int TEST_HARNESS__CONTAINER_DATA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 243) int TEST_HARNESS__CONTAINER_DATA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 252) int TEST_HARNESS__CUR_SHARED_REF = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 252) int TEST_HARNESS__CUR_SHARED_REF = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 261) int TEST_HARNESS__VISIBLE_WHEN = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 261) int TEST_HARNESS__VISIBLE_WHEN = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 270) int TEST_HARNESS__ACCESSIBILITY_PHRASE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 270) int TEST_HARNESS__ACCESSIBILITY_PHRASE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 278) int TEST_HARNESS__CHILDREN = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 278) int TEST_HARNESS__CHILDREN = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 287) int TEST_HARNESS__SELECTED_ELEMENT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 287) int TEST_HARNESS__SELECTED_ELEMENT = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 296) int TEST_HARNESS__NAME = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 296) int TEST_HARNESS__NAME = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 305) int TEST_HARNESS__VALUE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 305) int TEST_HARNESS__VALUE = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 314) int TEST_HARNESS__INPUT_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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 314) int TEST_HARNESS__INPUT_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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 323) int TEST_HARNESS__LABEL = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 323) int TEST_HARNESS__LABEL = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 332) int TEST_HARNESS__ICON_URI = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 332) int TEST_HARNESS__ICON_URI = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 341) int TEST_HARNESS__TOOLTIP = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 341) int TEST_HARNESS__TOOLTIP = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 350) int TEST_HARNESS__DIRTY = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 28; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 350) int TEST_HARNESS__DIRTY = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 28; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 359) int TEST_HARNESS_FEATURE_COUNT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 29; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/model/test/MTestPackage.java (at line 359) int TEST_HARNESS_FEATURE_COUNT = ApplicationPackageImpl.APPLICATION_ELEMENT_FEATURE_COUNT + 29; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.MCategory; Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 138) protected MCategory category; Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 146) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 323) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 331) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 357) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 366) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 485) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 539) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 541) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 541) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 550) public MCategory getCategory() { Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 553) category = (MCategory)eResolveProxy(oldCategory); Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 566) public MCategory basicGetCategory() { Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 574) public void setCategory(MCategory newCategory) { Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 575) MCategory oldCategory = category; Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 585) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 593) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 594) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 617) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 617) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 617) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 617) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 666) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 666) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 666) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 666) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 771) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 771) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 773) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 773) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 781) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 781) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 790) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 790) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 798) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 798) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 798) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 829) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 832) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 845) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 853) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 854) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 864) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 872) public NotificationChain basicSetVisibleWhen(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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 874) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 887) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 924) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 926) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 926) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 926) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 926) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 935) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 938) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 951) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 959) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 960) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1173) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1173) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1173) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1249) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1268) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1271) setCategory((MCategory)newValue); Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1274) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1308) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1308) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1314) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1317) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1324) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1327) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1351) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1371) setCategory((MCategory)null); Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1407) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1407) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1413) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1416) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/model/test/impl/TestHarnessImpl.java (at line 1425) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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 MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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 MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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 MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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 MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 43) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 113) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 116) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 121) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerToolBarContributionTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 43) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 113) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 116) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 121) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerTrimContributionTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 54) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 94) PartConsumer getter = ContextInjectionFactory.make(PartConsumer.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 94) PartConsumer getter = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 97) partA.getContext().activate(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 97) partA.getContext().activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 100) partB.getContext().activate(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 100) partB.getContext().activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 103) partA.getContext().activate(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 103) partA.getContext().activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 106) partA.getContext().deactivate(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 106) partA.getContext().deactivate(); Discouraged access: The method deactivate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 109) partB.getContext().dispose(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 109) partB.getContext().dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 111) partA.getContext().activate(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 111) partA.getContext().activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 18) import org.eclipse.e4.core.contexts.ContextInjectionFactory; Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 50) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 56) context.set(EPartService.PART_SERVICE_ROOT, new ContextFunction() { @Override public Object compute(IEclipseContext context) { return context.getActiveLeaf(); } }); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 56) context.set(EPartService.PART_SERVICE_ROOT, new ContextFunction() { 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 56) context.set(EPartService.PART_SERVICE_ROOT, new ContextFunction() { Discouraged access: The field PART_SERVICE_ROOT from the type EPartService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 56) context.set(EPartService.PART_SERVICE_ROOT, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 59) return context.getActiveLeaf(); Discouraged access: The method getActiveLeaf() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 63) RootContainerConsumer consumer = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 63) RootContainerConsumer consumer = ContextInjectionFactory.make( RootContainerConsumer.class, context); Discouraged access: The method make(Class<Bug318460Test.RootContainerConsumer>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 65) Object o = ContextInjectionFactory.make(Object.class, context); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 65) Object o = ContextInjectionFactory.make(Object.class, context); Discouraged access: The method make(Class<Object>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 67) IEclipseContext childContextA = context.createChild(); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 67) IEclipseContext childContextA = context.createChild(); Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 68) IEclipseContext childContextB = context.createChild(); Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 68) IEclipseContext childContextB = context.createChild(); Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 70) childContextA.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 73) childContextB.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 76) ContextInjectionFactory.uninject(o, context); Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 76) ContextInjectionFactory.uninject(o, context); Discouraged access: The method uninject(Object, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 78) childContextA.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 100) RootContainerConsumer consumer = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 100) RootContainerConsumer consumer = ContextInjectionFactory.make( RootContainerConsumer.class, window.getContext()); Discouraged access: The method make(Class<Bug318460Test.RootContainerConsumer>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 101) RootContainerConsumer.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 102) Object o = ContextInjectionFactory.make(Object.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 102) Object o = ContextInjectionFactory.make(Object.class, window.getContext()); Discouraged access: The method make(Class<Object>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 105) MPerspective perspectiveA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 105) MPerspective perspectiveA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 105) MPerspective perspectiveA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 105) MPerspective perspectiveA = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 107) perspectiveStack.getChildren().add(perspectiveA); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 108) perspectiveStack.setSelectedElement(perspectiveA); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 112) MPerspective perspectiveB = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 112) MPerspective perspectiveB = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 112) MPerspective perspectiveB = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 112) MPerspective perspectiveB = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 114) perspectiveStack.getChildren().add(perspectiveB); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 115) perspectiveStack.setSelectedElement(perspectiveB); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 119) ContextInjectionFactory.uninject(o, window.getContext()); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 119) ContextInjectionFactory.uninject(o, window.getContext()); Discouraged access: The method uninject(Object, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 119) ContextInjectionFactory.uninject(o, 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 121) perspectiveStack.setSelectedElement(perspectiveA); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 130) void inject(@Named(EPartService.PART_SERVICE_ROOT) @Optional Object root) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 130) void inject(@Named(EPartService.PART_SERVICE_ROOT) @Optional Object root) { Discouraged access: The field PART_SERVICE_ROOT from the type EPartService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug318460Test.java (at line 130) void inject(@Named(EPartService.PART_SERVICE_ROOT) @Optional Object root) { 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 19) import org.eclipse.e4.ui.services.ContextServiceAddon; Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 39) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The method make(Class<ContextServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 39) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 39) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 49) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 57) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 69) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 73) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 76) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 92) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 96) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 99) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 103) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 105) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 107) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 109) window.deactivate(); Discouraged access: The method deactivate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 116) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 124) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 128) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 131) dialog.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 134) .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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 140) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 143) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 145) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 146) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 148) assertTrue(cs.getActiveContextIds().contains(DIALOG_AND_WINDOW_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 149) assertTrue(cs.getActiveContextIds().contains(DIALOG_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 150) assertFalse(cs.getActiveContextIds().contains(WINDOW_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 152) assertTrue(dialogService.getActiveContextIds().contains( 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 154) assertTrue(dialogService.getActiveContextIds().contains(DIALOG_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 155) assertFalse(dialogService.getActiveContextIds().contains(WINDOW_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 157) assertTrue(windowService.getActiveContextIds().contains( 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 159) assertFalse(windowService.getActiveContextIds().contains(DIALOG_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 160) assertTrue(windowService.getActiveContextIds().contains(WINDOW_ID)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 163) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 164) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 165) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 18) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 45) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 50) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 65) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The method make(Class<CommandServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 65) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 65) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 75) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 87) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 91) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 107) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 113) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 116) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 127) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 129) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 132) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 134) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 138) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 143) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 155) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 155) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 155) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 156) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 157) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 167) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 169) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 171) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 171) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 172) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 173) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 173) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 173) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 174) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 177) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 179) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 181) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 183) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 184) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 185) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 193) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 193) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 193) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 194) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 196) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 198) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 198) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 199) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 200) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 200) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 200) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 201) .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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 204) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 205) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 207) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 207) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 208) dialog.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 209) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 211) window.activate(); Discouraged access: The method activate() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 212) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 220) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 220) 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/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 220) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 57) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 66) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 68) @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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 77) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 77) @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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 92) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 93) public void receivedEvent1(@UIEventTopic("e4/test/*") String data) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 105) 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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 105) 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/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 125) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 125) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 134) context.set(Realm.class, SWTObservables.getRealm(Display.getDefault())); Discouraged access: The method set(Class<Realm>, Realm) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 135) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 135) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 196) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 196) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 196) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 197) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 209) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 209) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 209) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 210) context.set(Realm.class, SWTObservables.getRealm(Display.getDefault())); Discouraged access: The method set(Class<Realm>, Realm) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 212) InjectStarEvent target = 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 212) InjectStarEvent target = ContextInjectionFactory.make( InjectStarEvent.class, context); Discouraged access: The method make(Class<InjectionEventTest.InjectStarEvent>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 227) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 227) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 227) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 228) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java (at line 228) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 15) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 18) import org.eclipse.e4.ui.bindings.BindingServiceAddon; Discouraged access: The type BindingServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.bindings_0.9.0.v20101201-1400.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 31) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 37) import org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator; Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 39) import org.eclipse.e4.ui.services.ContextServiceAddon; Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 40) import org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer; Discouraged access: The type MenuManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 41) import org.eclipse.e4.ui.workbench.swt.factories.IRendererFactory; Discouraged access: The type IRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 51) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The method make(Class<CommandServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The method make(Class<ContextServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); Discouraged access: The method make(Class<BindingServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); Discouraged access: The type BindingServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.bindings_0.9.0.v20101201-1400.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 69) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 92) ((MenuManager) ((Widget) menu.getWidget()).getData()).updateAll(true); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 157) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 42) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 58) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 56) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 119) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 138) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 140) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 140) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 140) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 140) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 142) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 143) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 146) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 146) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 147) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 79) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 113) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 121) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 123) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 124) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 125) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 132) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 135) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 42) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 55) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 65) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 70) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 93) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 96) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 98) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 33) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 38) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 48) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 129) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 129) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 129) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 129) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 131) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 132) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 132) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 135) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 138) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 143) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 145) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 145) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 147) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 147) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 158) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 204) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 204) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 204) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 204) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 206) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 206) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 206) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 206) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 207) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 207) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 15) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 50) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 60) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 60) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The method make(Class<CommandServiceAddon>, 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 60) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 75) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 79) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 82) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 91) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 105) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 121) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 127) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 130) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 132) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 133) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 134) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 134) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 136) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 137) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 150) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 153) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 154) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 156) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 44) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 69) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 85) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 107) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 110) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 116) IEclipseContext child = appContext.getActiveChild(); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 116) IEclipseContext child = appContext.getActiveChild(); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 118) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 120) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 122) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 126) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 128) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 130) IEclipseContext next = child.getActiveChild(); 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 130) IEclipseContext next = child.getActiveChild(); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 133) next = child.getActiveChild(); Discouraged access: The method getActiveChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 139) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 141) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 144) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 164) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 164) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 165) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 165) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 165) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 166) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 168) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 173) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 179) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 179) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 180) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 180) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 180) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 182) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 182) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 182) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 183) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 183) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 183) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 184) assertTrue("part is incorrect type " + part, part 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 188) private MWindow 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 189) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 189) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 189) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 189) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 190) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 191) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 192) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 19) import org.eclipse.e4.ui.di.Focus; Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 21) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 31) import org.eclipse.e4.ui.model.application.ui.menu.MToolControl; Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 32) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 48) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 50) protected EPartService eps; 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 51) protected 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 53) protected 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 54) protected MToolControl toolControl; Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 56) protected MPart otherPart; 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 61) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 64) window.setWidth(500); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 65) window.setHeight(500); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 70) window.setSelectedElement(sash); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 74) sash.setSelectedElement(stack); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 77) part.setElementId("Part"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 78) part.setLabel("Part"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 79) part.setToolbar(MenuFactoryImpl.eINSTANCE.createToolBar()); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 79) part.setToolbar(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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 79) part.setToolbar(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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 79) part.setToolbar(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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 80) part.setContributionURI(Activator.asURI(PartBackend.class)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 83) toolControl = MenuFactoryImpl.eINSTANCE.createToolControl(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 83) toolControl = MenuFactoryImpl.eINSTANCE.createToolControl(); Discouraged access: The method createToolControl() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 83) toolControl = MenuFactoryImpl.eINSTANCE.createToolControl(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 84) toolControl.setElementId("ToolControl"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 85) toolControl.setContributionURI(Activator.asURI(TextField.class)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 86) part.getToolbar().getChildren().add(toolControl); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 86) part.getToolbar().getChildren().add(toolControl); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 88) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 90) sash.setSelectedElement(stack); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 92) otherPart = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 92) otherPart = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 92) otherPart = 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 93) otherPart.setElementId("OtherPart"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 94) otherPart.setLabel("OtherPart"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 95) otherPart.setContributionURI(Activator.asURI(PartBackend.class)); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 96) stack.getChildren().add(otherPart); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 101) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 104) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 105) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 107) eps = window.getContext().get(EPartService.class); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 107) eps = window.getContext().get(EPartService.class); Discouraged access: The method get(Class<EPartService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 107) eps = window.getContext().get(EPartService.class); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 109) eps.activate(part); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 110) eps.activate(otherPart); 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 114) assertNotNull(part.getObject()); Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 115) assertNotNull(toolControl.getObject()); Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 116) assertNotNull(otherPart.getObject()); Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 118) assertNotNull(part.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 119) assertNotNull(toolControl.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartFocusTest.java (at line 120) assertNotNull(otherPart.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 24) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 27) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 28) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 29) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 34) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 35) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 36) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 40) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 41) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 45) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 46) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 47) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 53) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 55) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 64) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 66) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 67) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 74) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 75) .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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 90) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 92) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 95) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 97) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
76. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
77. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
78. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 99) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
79. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 100) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
80. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 102) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
81. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
82. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
83. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
84. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 106) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
85. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 108) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
86. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
87. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 109) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
88. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
89. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
90. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
91. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 111) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
92. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
93. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
94. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
95. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
96. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 114) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
97. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 115) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
98. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
99. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
100. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 117) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 112) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 148) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 149) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 150) .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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 151) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 160) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 160) 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 161) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 161) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 162) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 20) 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 39) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 73) outputContext.set(IServiceConstants.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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 73) outputContext.set(IServiceConstants.SELECTION, 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/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SampleView.java (at line 161) nullParentContext = context.getParent() == null; 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 17) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 30) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 31) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110121-1000.jar |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 45) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 49) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 52) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 54) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 55) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 56) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 57) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 59) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 60) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 62) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 63) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 68) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 69) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 71) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 72) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
61. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 73) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
62. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 75) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
63. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 76) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
64. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 77) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
65. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 78) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
66. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 80) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
67. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 81) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
69. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
70. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 83) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
71. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 84) 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/targets/v20110118/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110121-1000.jar |
72. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 86) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
73. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 87) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
74. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 89) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
75. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 94) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |