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 383) ((MElementContainer<MPSCElement>) parent).getChildren().add( Type safety: Unchecked cast from Object to MElementContainer<MPSCElement> |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 101) EList wgts = sf.getWeights(); EList is a raw type. References to generic type EList<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 21) public Class clazz; Class is a raw type. References to generic type Class<T> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 23) public ArrayList kids = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 23) public ArrayList kids = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 25) public SWTResult(Class theClass, String theText, SWTResult[] children) { Class is a raw type. References to generic type Class<T> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java (at line 30) kids.add(result); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/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/I20091120-1200/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/I20091120-1200/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/I20091120-1200/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.IUIEvents; Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 39) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 59) if (event.getProperty(IUIEvents.EventTags.AttName).equals( Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 59) if (event.getProperty(IUIEvents.EventTags.AttName).equals( Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 59) if (event.getProperty(IUIEvents.EventTags.AttName).equals( Discouraged access: The field AttName from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 60) IUIEvents.ElementContainer.ActiveChild)) { Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 60) IUIEvents.ElementContainer.ActiveChild)) { Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 60) IUIEvents.ElementContainer.ActiveChild)) { Discouraged access: The field ActiveChild from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 62) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 62) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 62) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The field OldValue from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 64) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 64) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 64) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The field NewValue from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 112) eventBroker.subscribe(IUIEvents.ElementContainer.Topic, null, Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 112) eventBroker.subscribe(IUIEvents.ElementContainer.Topic, null, Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 112) eventBroker.subscribe(IUIEvents.ElementContainer.Topic, null, Discouraged access: The field Topic from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 342) Workbench.initializeContext(appContext, window); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 342) Workbench.initializeContext(appContext, window); Discouraged access: The method initializeContext(IEclipseContext, MContext) from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 345) Workbench.processHierarchy(application); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java (at line 345) Workbench.processHierarchy(application); Discouraged access: The method processHierarchy(Object) from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 35) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 36) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 37) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 38) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 94) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 94) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 98) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 98) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 99) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 99) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 106) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java (at line 106) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 26) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 27) import org.eclipse.e4.workbench.ui.internal.IUIEvents.AppElement; Discouraged access: The type IUIEvents.AppElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 28) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Command; Discouraged access: The type IUIEvents.Command is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 29) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Context; Discouraged access: The type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 30) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Contribution; Discouraged access: The type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 31) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Dirtyable; Discouraged access: The type IUIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 32) import org.eclipse.e4.workbench.ui.internal.IUIEvents.ElementContainer; Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 33) import org.eclipse.e4.workbench.ui.internal.IUIEvents.EventTags; Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 34) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Input; Discouraged access: The type IUIEvents.Input is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 35) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Parameter; Discouraged access: The type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 36) import org.eclipse.e4.workbench.ui.internal.IUIEvents.UIElement; Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 37) import org.eclipse.e4.workbench.ui.internal.IUIEvents.UIItem; Discouraged access: The type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 38) import org.eclipse.e4.workbench.ui.internal.IUIEvents.Window; Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 57) String attId = (String) event.getProperty(EventTags.AttName); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 57) String attId = (String) event.getProperty(EventTags.AttName); Discouraged access: The field AttName from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 118) super("AppElement", AppElement.Topic, Discouraged access: The type IUIEvents.AppElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 118) super("AppElement", AppElement.Topic, Discouraged access: The field Topic from the type IUIEvents.AppElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 119) new String[] { AppElement.Id }, eventBroker); Discouraged access: The type IUIEvents.AppElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 119) new String[] { AppElement.Id }, eventBroker); Discouraged access: The field Id from the type IUIEvents.AppElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 125) super("Command", Command.Topic, new String[] { Command.Name }, Discouraged access: The type IUIEvents.Command is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 125) super("Command", Command.Topic, new String[] { Command.Name }, Discouraged access: The field Topic from the type IUIEvents.Command is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 125) super("Command", Command.Topic, new String[] { Command.Name }, Discouraged access: The type IUIEvents.Command is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 125) super("Command", Command.Topic, new String[] { Command.Name }, Discouraged access: The field Name from the type IUIEvents.Command is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 132) super("Context", Context.Topic, new String[] { Context.Context, Discouraged access: The type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 132) super("Context", Context.Topic, new String[] { Context.Context, Discouraged access: The field Topic from the type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 132) super("Context", Context.Topic, new String[] { Context.Context, Discouraged access: The type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 132) super("Context", Context.Topic, new String[] { Context.Context, Discouraged access: The field Context from the type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 133) Context.Variables }, eventBroker); Discouraged access: The type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
29. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 133) Context.Variables }, eventBroker); Discouraged access: The field Variables from the type IUIEvents.Context is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
30. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 139) super("Contribution", Contribution.Topic, Discouraged access: The type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
31. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 139) super("Contribution", Contribution.Topic, Discouraged access: The field Topic from the type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
32. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 140) new String[] { Contribution.URI, Contribution.State, Discouraged access: The type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
33. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 140) new String[] { Contribution.URI, Contribution.State, Discouraged access: The field URI from the type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
34. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 140) new String[] { Contribution.URI, Contribution.State, Discouraged access: The type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
35. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 140) new String[] { Contribution.URI, Contribution.State, Discouraged access: The field State from the type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
36. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 141) Contribution.Object }, eventBroker); Discouraged access: The type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
37. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 141) Contribution.Object }, eventBroker); Discouraged access: The field Object from the type IUIEvents.Contribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
38. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 147) super("ElementContainer", ElementContainer.Topic, new String[] { Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
39. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 147) super("ElementContainer", ElementContainer.Topic, new String[] { Discouraged access: The field Topic from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
40. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 148) ElementContainer.Children, ElementContainer.ActiveChild }, Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
41. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 148) ElementContainer.Children, ElementContainer.ActiveChild }, Discouraged access: The field Children from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
42. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 148) ElementContainer.Children, ElementContainer.ActiveChild }, Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
43. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 148) ElementContainer.Children, ElementContainer.ActiveChild }, Discouraged access: The field ActiveChild from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
44. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 155) super("Dirtyable", Dirtyable.Topic, Discouraged access: The type IUIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
45. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 155) super("Dirtyable", Dirtyable.Topic, Discouraged access: The field Topic from the type IUIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
46. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 156) new String[] { Dirtyable.Dirty }, eventBroker); Discouraged access: The type IUIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
47. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 156) new String[] { Dirtyable.Dirty }, eventBroker); Discouraged access: The field Dirty from the type IUIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
48. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 162) super("Input", Input.Topic, new String[] { Input.URI }, eventBroker); Discouraged access: The type IUIEvents.Input is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
49. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 162) super("Input", Input.Topic, new String[] { Input.URI }, eventBroker); Discouraged access: The field Topic from the type IUIEvents.Input is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
50. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 162) super("Input", Input.Topic, new String[] { Input.URI }, eventBroker); Discouraged access: The type IUIEvents.Input is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
51. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 162) super("Input", Input.Topic, new String[] { Input.URI }, eventBroker); Discouraged access: The field URI from the type IUIEvents.Input is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
52. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 168) super("Parameter", Parameter.Topic, new String[] { Parameter.Tag, Discouraged access: The type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
53. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 168) super("Parameter", Parameter.Topic, new String[] { Parameter.Tag, Discouraged access: The field Topic from the type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
54. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 168) super("Parameter", Parameter.Topic, new String[] { Parameter.Tag, Discouraged access: The type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
55. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 168) super("Parameter", Parameter.Topic, new String[] { Parameter.Tag, Discouraged access: The field Tag from the type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
56. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 169) Parameter.Value }, eventBroker); Discouraged access: The type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
57. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 169) Parameter.Value }, eventBroker); Discouraged access: The field Value from the type IUIEvents.Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
58. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 175) super("UIElement", UIElement.Topic, new String[] { Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
59. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 175) super("UIElement", UIElement.Topic, new String[] { Discouraged access: The field Topic from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
60. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
61. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The field Factory from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
62. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
63. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The field Parent from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
64. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
65. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 176) UIElement.Factory, UIElement.Parent, UIElement.Visible, Discouraged access: The field Visible from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
66. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 177) UIElement.Widget }, eventBroker); Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
67. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 177) UIElement.Widget }, eventBroker); Discouraged access: The field Widget from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
68. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 183) super("UIItem", UIItem.Topic, new String[] { UIItem.Name, Discouraged access: The type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
69. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 183) super("UIItem", UIItem.Topic, new String[] { UIItem.Name, Discouraged access: The field Topic from the type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
70. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 183) super("UIItem", UIItem.Topic, new String[] { UIItem.Name, Discouraged access: The type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
71. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 183) super("UIItem", UIItem.Topic, new String[] { UIItem.Name, Discouraged access: The field Name from the type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
72. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 184) UIItem.IconURI, UIItem.Tooltip }, eventBroker); Discouraged access: The type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
73. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 184) UIItem.IconURI, UIItem.Tooltip }, eventBroker); Discouraged access: The field IconURI from the type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
74. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 184) UIItem.IconURI, UIItem.Tooltip }, eventBroker); Discouraged access: The type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
75. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 184) UIItem.IconURI, UIItem.Tooltip }, eventBroker); Discouraged access: The field Tooltip from the type IUIEvents.UIItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
76. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 190) super("Window", Window.Topic, new String[] { Window.MainMenu, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
77. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 190) super("Window", Window.Topic, new String[] { Window.MainMenu, Discouraged access: The field Topic from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
78. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 190) super("Window", Window.Topic, new String[] { Window.MainMenu, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
79. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 190) super("Window", Window.Topic, new String[] { Window.MainMenu, Discouraged access: The field MainMenu from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
80. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
81. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The field X from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
82. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
83. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The field Y from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
84. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
85. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The field Width from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
86. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
87. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 191) Window.X, Window.Y, Window.Width, Window.Height }, Discouraged access: The field Height from the type IUIEvents.Window is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
88. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 235) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
89. WARNING in /src/org/eclipse/e4/ui/tests/application/UIEventsTest.java (at line 235) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 29) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 247) return UISchedulerStrategy.getInstance(); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/application/UIStartupTest.java (at line 247) return UISchedulerStrategy.getInstance(); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 22) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 208) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/ContextTest.java (at line 208) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 25) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 243) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/HandlerTest.java (at line 243) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 48) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 48) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 60) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 75) wb = new E4Workbench(window, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 75) wb = new E4Workbench(window, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 106) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 106) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 128) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 128) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 162) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 162) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 204) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MPartTest.java (at line 204) 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/I20091120-1200/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.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 58) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 68) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 68) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.java (at line 80) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSashTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 48) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 48) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 60) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 75) wb = new E4Workbench(window, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java (at line 75) wb = new E4Workbench(window, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 86) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 86) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 96) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 96) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 124) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 124) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 168) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java (at line 168) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 47) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 57) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 57) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 69) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 80) wb = new E4Workbench(window, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 80) wb = new E4Workbench(window, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 90) wb = new E4Workbench(window, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 90) wb = new E4Workbench(window, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 118) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 118) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 162) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/tests/workbench/NewMWindowTest.java (at line 162) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 27) 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 28) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. 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/I20091120-1200/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( 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/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 105) appContext = Workbench.createWorkbenchContext(serviceContext, Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java (at line 105) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 26) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 49) private Workbench workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 78) workbench.close(); Discouraged access: The method close() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 159) workbench = new Workbench( getInstanceLocation(), RegistryFactory.getRegistry(), getBundleAdmin(), applicationContext, new WorkbenchWindowHandler(), PartRenderingEngine.engineURI); Discouraged access: The constructor Workbench(Location, IExtensionRegistry, PackageAdmin, IEclipseContext, IWorkbenchWindowHandler, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 159) workbench = new Workbench( Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 166) workbench .setWorkbenchModelURI(initialWorkbenchDefinitionInstance); Discouraged access: The method setWorkbenchModelURI(URI) from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 168) workbench.createUIFromModel(); Discouraged access: The method createUIFromModel() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java (at line 169) workbench.run(); Discouraged access: The method run() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |