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

TOTAL : ERRORS: 0, WARNINGS: 67

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 13)
import javax.inject.Inject;
The import javax.inject.Inject is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
The import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
The import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenu is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem is never used

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/I20100701-1000/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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 15)
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/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 18)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 19)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 20)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 29)
@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/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 30)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 32)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 33)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 34)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 35)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 38)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 39)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 40)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 42)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 42)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 42)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 42)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 43)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 44)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 45)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 46)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 46)
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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/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/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 37)
@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/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 38)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell,
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 38)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell,
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 39)
IEclipseContext context, 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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 39)
IEclipseContext context, 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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 39)
IEclipseContext context, 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/I20100701-1000/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 49)
final IEclipseContext childContext = context
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 49)
final IEclipseContext childContext = context .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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
16. 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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 53)
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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 54)
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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 56)
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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 56)
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/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 56)
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/I20100701-1000/plugins/org.eclipse.e4.tools.emf.ui/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 63)
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/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot