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/workbench/MSashTest.java (at line 57) assertTrue("Should be an MSash", sash instanceof MSashForm); MSashForm is a raw type. References to generic type MSashForm<P> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 59) MSashForm sf = (MSashForm) sash; MSashForm is a raw type. References to generic type MSashForm<P> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 59) MSashForm sf = (MSashForm) sash; MSashForm is a raw type. References to generic type MSashForm<P> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 60) EList wgts = sf.getWeights(); EList is a raw type. References to generic type EList<E> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 69) MContributedPart v1 = (MContributedPart) sf.getChildren().get(0); MContributedPart is a raw type. References to generic type MContributedPart<P> should be parameterized |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 69) MContributedPart v1 = (MContributedPart) sf.getChildren().get(0); MContributedPart is a raw type. References to generic type MContributedPart<P> should be parameterized |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 72) MContributedPart v2 = (MContributedPart) sf.getChildren().get(1); MContributedPart is a raw type. References to generic type MContributedPart<P> should be parameterized |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 72) MContributedPart v2 = (MContributedPart) sf.getChildren().get(1); MContributedPart is a raw type. References to generic type MContributedPart<P> should be parameterized |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 84) sf.getWeights().add(new Integer(40)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 85) sf.getWeights().add(new Integer(60)); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 89) private void testWeights(MSashForm sf, double w1, double w2) { MSashForm is a raw type. References to generic type MSashForm<P> should be parameterized |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 283) return (MContributedPart<MPart<?>>) part; Type safety: Unchecked cast from MPart<capture#14-of ?> to MContributedPart<MPart<?>> |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 163) protected Widget createModel(final MPart modelRoot) { MPart is a raw type. References to generic type MPart<P> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 227) Iterator kidIter = expected.kids.iterator(); Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 236) public static SWTResult createSWTResultTree(MPart element) { MPart is a raw type. References to generic type MPart<P> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 242) Class elementClass = element.getClass(); Class is a raw type. References to generic type Class<T> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 243) Class expectedClass = null; Class is a raw type. References to generic type Class<T> should be parameterized |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 266) childList[i] = createSWTResultTree((MPart) list.get(i)); MPart is a raw type. References to generic type MPart<P> should be parameterized |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 21) public Class clazz; Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 23) public ArrayList kids = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 23) public ArrayList kids = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 25) public SWTResult(Class theClass, String theText, SWTResult[] children) { Class is a raw type. References to generic type Class<T> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 30) kids.add(result); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 27) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 233) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 233) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 30) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 265) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 265) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 34) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 62) appContext = Workbench.createWorkbenchContext(serviceContext, Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 62) appContext = Workbench.createWorkbenchContext(serviceContext, RegistryFactory.getRegistry(), null, null); Discouraged access: The method createWorkbenchContext(IEclipseContext, IExtensionRegistry, IExceptionHandler, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 73) contributionFactory = new ReflectionContributionFactory( RegistryFactory.getRegistry()); Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 73) contributionFactory = new ReflectionContributionFactory( Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 122) Workbench.initializeContext(context, window); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 122) Workbench.initializeContext(context, window); Discouraged access: The method initializeContext(IEclipseContext, MPart<?>) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 125) Workbench.initializeRenderer(RegistryFactory Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 125) Workbench.initializeRenderer(RegistryFactory .getRegistry(), renderer, appContext, getCFactory()); Discouraged access: The method initializeRenderer(IExtensionRegistry, PartRenderingEngine, IEclipseContext, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 145) Workbench.initializeContext(context, window); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 145) Workbench.initializeContext(context, window); Discouraged access: The method initializeContext(IEclipseContext, MPart<?>) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 148) Workbench.initializeRenderer(RegistryFactory Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 148) Workbench.initializeRenderer(RegistryFactory .getRegistry(), renderer, appContext, getCFactory()); Discouraged access: The method initializeRenderer(IExtensionRegistry, PartRenderingEngine, IEclipseContext, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 186) Workbench.initializeContext(context, window); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 186) Workbench.initializeContext(context, window); Discouraged access: The method initializeContext(IEclipseContext, MPart<?>) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 189) Workbench.initializeRenderer(RegistryFactory Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 189) Workbench.initializeRenderer(RegistryFactory .getRegistry(), renderer, appContext, getCFactory()); Discouraged access: The method initializeRenderer(IExtensionRegistry, PartRenderingEngine, IEclipseContext, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 241) Workbench.initializeContext(context, window); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 241) Workbench.initializeContext(context, window); Discouraged access: The method initializeContext(IEclipseContext, MPart<?>) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 244) Workbench.initializeRenderer(RegistryFactory Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 244) Workbench.initializeRenderer(RegistryFactory .getRegistry(), renderer, appContext, getCFactory()); Discouraged access: The method initializeRenderer(IExtensionRegistry, PartRenderingEngine, IEclipseContext, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 35) import org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory; Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 36) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 75) protected static IContributionFactory contributionFactory = new ReflectionContributionFactory( RegistryFactory.getRegistry()); Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 75) protected static IContributionFactory contributionFactory = new ReflectionContributionFactory( Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 116) appContext = Workbench.createWorkbenchContext(serviceContext, Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 116) appContext = Workbench.createWorkbenchContext(serviceContext, RegistryFactory.getRegistry(), null, null); Discouraged access: The method createWorkbenchContext(IEclipseContext, IExtensionRegistry, IExceptionHandler, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 124) Workbench.initializeRenderer(RegistryFactory.getRegistry(), Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 124) Workbench.initializeRenderer(RegistryFactory.getRegistry(), renderer, appContext, contributionFactory); Discouraged access: The method initializeRenderer(IExtensionRegistry, PartRenderingEngine, IEclipseContext, IContributionFactory) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 171) Workbench.initializeContext(appContext, modelRoot); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 171) Workbench.initializeContext(appContext, modelRoot); Discouraged access: The method initializeContext(IEclipseContext, MPart<?>) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 25) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 48) private Workbench workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 77) workbench.close(); Discouraged access: The method close() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 158) workbench = new Workbench( getInstanceLocation(), RegistryFactory.getRegistry(), getBundleAdmin(), applicationContext, new WorkbenchWindowHandler()); Discouraged access: The constructor Workbench(Location, IExtensionRegistry, PackageAdmin, IEclipseContext, IWorkbenchWindowHandler) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 158) workbench = new Workbench( Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 164) workbench .setWorkbenchModelURI(initialWorkbenchDefinitionInstance); Discouraged access: The method setWorkbenchModelURI(URI) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 166) workbench.createUIFromModel(); Discouraged access: The method createUIFromModel() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 167) workbench.run(); Discouraged access: The method run() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |