Compiler log for org.eclipse.e4.tools.emf.liveeditor_0.9.0.v20100724-1630 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 56

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/tools/emf/liveeditor/MemoryModelResource.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/MemoryModelResource.java
 (at line 19)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/MemoryModelResource.java
 (at line 29)
public MemoryModelResource(MApplication application) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 13)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 15)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 22)
@Execute
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.di/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 23)
public void process(MApplication application) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
Discouraged access: The method createCommand() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
command.setElementId("e4.tooling.livemodel");
Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 26)
command.setCommandName("Show running app model");
Discouraged access: The method setCommandName(String) from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 27)
command.setDescription("Show the running application model");
Discouraged access: The method setDescription(String) from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 28)
application.getCommands().add(command);
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 30)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 30)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 30)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The method createHandler() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 30)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
handler.setContributionURI("platform:/plugin/org.eclipse.e4.tools.emf.liveeditor/org.eclipse.e4.tools.emf.liveeditor.OpenLiveDialogHandler");
Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 32)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 33)
application.getHandlers().add(handler);
Discouraged access: The method getHandlers() from the type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 35)
MKeyBinding binding = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 35)
MKeyBinding binding = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 35)
MKeyBinding binding = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The method createKeyBinding() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 35)
MKeyBinding binding = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 36)
binding.setKeySequence("ALT+SHIFT+F9");
Discouraged access: The method setKeySequence(String) from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
binding.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 38)
if( application.getBindingTables().size() > 0 ) {
Discouraged access: The method getBindingTables() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 39)
application.getBindingTables().get(0).getBindings().add(binding);
Discouraged access: The method getBindingTables() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 39)
application.getBindingTables().get(0).getBindings().add(binding);
Discouraged access: The method getBindings() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 15)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 16)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 19)
import org.eclipse.e4.tools.emf.ui.internal.wbm.ApplicationModelEditor;
Discouraged access: The type ApplicationModelEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.tools.emf.ui/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 21)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.services/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 22)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.services/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 35)
@Execute
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.di/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s,
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.services/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s,
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.services/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 37)
IEclipseContext c, MApplication application, IStylingEngine engine) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 37)
IEclipseContext c, MApplication application, IStylingEngine engine) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 37)
IEclipseContext c, MApplication application, IStylingEngine engine) {
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 47)
final IEclipseContext childContext = c
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 47)
final IEclipseContext childContext = c .createChild("EditorContext");
Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 50)
childContext.set(IModelResource.class, resource);
Discouraged access: The method set(Class<IModelResource>, IModelResource) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 51)
childContext.set(Composite.class.getName(), shell);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 52)
childContext.set(IModelResource.class, resource);
Discouraged access: The method set(Class<IModelResource>, IModelResource) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 54)
ContextInjectionFactory.make(ApplicationModelEditor.class, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 54)
ContextInjectionFactory.make(ApplicationModelEditor.class, childContext);
Discouraged access: The method make(Class<ApplicationModelEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.contexts/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 54)
ContextInjectionFactory.make(ApplicationModelEditor.class, childContext);
Discouraged access: The type ApplicationModelEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.tools.emf.ui/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 64)
childContext.dispose();
Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.core.di/@dot