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/application/HeadlessApplicationTest.java (at line 341) ((MElementContainer<MPartSashContainerElement>) parent) Type safety: Unchecked cast from Object to MElementContainer<MPartSashContainerElement> |
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/EModelServiceFindTest.java (at line 29) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 40) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceFindTest.java (at line 40) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 37) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EModelServiceInsertTest.java (at line 37) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 41) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 48) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 49) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 4667) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 4667) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 4669) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java (at line 4669) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 31) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 37) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 38) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 49) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 49) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 906) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 906) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 908) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java (at line 908) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationElementTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 38) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 304) E4Workbench.initializeContext(appContext, window); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 304) E4Workbench.initializeContext(appContext, window); Discouraged access: The method initializeContext(IEclipseContext, MContext) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 307) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 307) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 35) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 36) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 22) 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/I20100523-2015/plugins/org.eclipse.e4.core.services/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 31) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 32) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 33) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 34) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 78) new ReflectionContributionFactory( (IExtensionRegistry) appContext .get(IExtensionRegistry.class.getName()))); Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 78) new ReflectionContributionFactory( Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 82) new ExceptionHandler()); Discouraged access: The constructor ExceptionHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 82) new ExceptionHandler()); Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 84) appContext.set(Logger.class.getName(), new WorkbenchLogger()); Discouraged access: The constructor WorkbenchLogger() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 84) appContext.set(Logger.class.getName(), new WorkbenchLogger()); Discouraged access: The type WorkbenchLogger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 87) EclipseAdapter.class, appContext)); Discouraged access: The type EclipseAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.core.services/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 93) new ActivePartLookupFunction()); Discouraged access: The constructor ActivePartLookupFunction() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 93) new ActivePartLookupFunction()); Discouraged access: The type ActivePartLookupFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 42) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 240) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 240) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 249) new ResourceUtility(getBundleAdmin())); Discouraged access: The constructor ResourceUtility(PackageAdmin) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 249) new ResourceUtility(getBundleAdmin())); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java (at line 25) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java (at line 113) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/E4XMIResourceFactoryTest.java (at line 113) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java (at line 25) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java (at line 73) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/ModelResourceTest.java (at line 73) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/ModelReconcilingServiceTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationElementTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerApplicationTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingContainerTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerBindingTableTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerCommandTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerContributionTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerElementContainerTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerGenericTileTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandledItemTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerContainerTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerHandlerTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerItemTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeyBindingTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerKeySequenceTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerMenuTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartDescriptorTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPartTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerPlaceholderTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerScenarioTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerToolBarTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerTrimContainerTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIElementTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerUIItemTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/reconciler/xml/XMLModelReconcilerWindowTest.java (at line 16) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 31) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 53) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/Bug308317Test.java (at line 53) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 20) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 31) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 31) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 44) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 44) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 68) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 68) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 101) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 101) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 57) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 57) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 80) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 80) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 103) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 103) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 146) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 146) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 175) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 175) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 204) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 204) IEclipseContext appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 27) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 28) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 35) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 39) appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 39) appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 40) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 40) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 41) PartRenderingEngine.engineURI); Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 41) PartRenderingEngine.engineURI); Discouraged access: The field engineURI from the type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 47) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 72) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 72) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java (at line 73) wb.createAndRunUI(window); Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 24) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 26) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 36) appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 36) appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 37) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 37) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 38) PartRenderingEngine.engineURI); Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 38) PartRenderingEngine.engineURI); Discouraged access: The field engineURI from the type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 44) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 74) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 74) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java (at line 75) wb.createAndRunUI(window); Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 28) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 43) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 43) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 44) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 44) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 45) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 45) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 56) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 73) wb = new E4Workbench(application, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 73) wb = new E4Workbench(application, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 74) wb.createAndRunUI(window); Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 98) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 98) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 99) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 119) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 119) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 120) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 151) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 151) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 152) wb.createAndRunUI(window); Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 184) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 184) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 185) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 221) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 221) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 222) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 24) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 26) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 59) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 68) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 68) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 69) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 69) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 81) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 98) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 98) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 99) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 27) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 33) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 42) appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 42) appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 43) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 43) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 44) PartRenderingEngine.engineURI); Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 44) PartRenderingEngine.engineURI); Discouraged access: The field engineURI from the type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 55) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 72) wb = new E4Workbench(application, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 72) wb = new E4Workbench(application, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 73) wb.createAndRunUI(window); Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 27) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 28) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 29) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 76) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 76) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 77) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 152) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 152) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 153) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 230) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 230) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MToolItemTest.java (at line 231) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 30) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 31) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 32) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 33) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
6. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 72) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 90) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 90) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 91) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 110) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 110) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 111) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 138) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 138) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 139) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 158) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 158) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 159) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 183) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 183) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 184) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 204) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 204) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 206) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 236) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 236) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 237) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 278) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 278) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 279) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 305) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 305) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 306) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 339) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 339) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 340) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 373) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 373) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 374) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 404) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 404) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 405) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 28) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 29) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 30) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 31) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 57) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 57) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 58) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 58) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 59) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 59) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 70) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 81) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 81) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 91) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 91) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 114) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 114) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 133) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 133) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 135) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 158) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 158) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 27) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 31) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 38) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 42) appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 42) appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 43) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 43) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 44) PartRenderingEngine.engineURI); Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 44) PartRenderingEngine.engineURI); Discouraged access: The field engineURI from the type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 50) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
15. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
16. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
17. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 128) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 128) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 129) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 166) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 166) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 167) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 200) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 200) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 201) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 239) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 239) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
29. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 240) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
30. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 267) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
31. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 267) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
32. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 268) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
33. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 299) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
34. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 299) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
35. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 300) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
36. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 357) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
37. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 357) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
38. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 358) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
39. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 359) wb.createAndRunUI(window2); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
40. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 398) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
41. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 398) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
42. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 399) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
43. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 441) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
44. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 441) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
45. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 442) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
46. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 465) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
47. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 465) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
48. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 466) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
49. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 506) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
50. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 506) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
51. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 507) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
52. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 566) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
53. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 566) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
54. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 567) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
55. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 594) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
56. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 594) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
57. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 595) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
58. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 636) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
59. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 636) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
60. WARNING in /src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java (at line 637) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 27) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 28) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 59) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 59) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 105) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 105) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 162) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 163) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 163) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 25) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 26) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 27) import org.eclipse.e4.workbench.ui.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 33) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 37) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 37) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 38) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 38) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 39) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 39) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.java (at line 45) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SashRendererTest.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot |