Compiler log for org.eclipse.e4.tools.emf.liveeditor_0.10.0.v20110613-2030 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 87

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/LivePartDelegator.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 18)
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/I20110620-1631/plugins/org.eclipse.e4.tools.emf.ui/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 19)
import org.eclipse.e4.ui.di.Focus;
Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 23)
private ApplicationModelEditor instance;
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/I20110620-1631/plugins/org.eclipse.e4.tools.emf.ui/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 24)
private IEclipseContext childContext;
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 27)
public LivePartDelegator(IEclipseContext context, MApplication application) {
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 27)
public LivePartDelegator(IEclipseContext context, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 32)
instance = 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 32)
instance = 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 32)
instance = 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/I20110620-1631/plugins/org.eclipse.e4.tools.emf.ui/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 35)
@Focus
Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 37)
ContextInjectionFactory.invoke(instance, Focus.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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 37)
ContextInjectionFactory.invoke(instance, Focus.class, childContext);
Discouraged access: The method invoke(Object, Class<? extends Annotation>, 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/LivePartDelegator.java
 (at line 37)
ContextInjectionFactory.invoke(instance, Focus.class, childContext);
Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar

/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 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/MemoryModelResource.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java : 46 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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 23)
@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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 34)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 37)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 38)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 39)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 43)
MPartDescriptor descriptor = org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 43)
MPartDescriptor descriptor = org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 43)
MPartDescriptor descriptor = org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The method createPartDescriptor() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 43)
MPartDescriptor descriptor = org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 44)
descriptor.setCategory("org.eclipse.e4.secondaryDataStack");
Discouraged access: The method setCategory(String) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 45)
descriptor.setElementId("org.eclipse.e4.tools.emf.liveeditor.view");
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 46)
descriptor.getTags().add("View");
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 47)
descriptor.getTags().add("categoryTag:General");
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 49)
descriptor.setLabel("Live Application Model");
Discouraged access: The method setLabel(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 50)
descriptor.setContributionURI("platform:/plugin/org.eclipse.e4.tools.emf.liveeditor/org.eclipse.e4.tools.emf.liveeditor.LivePartDelegator");
Discouraged access: The method setContributionURI(String) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 51)
descriptor.setContributorURI("platform:/plugin/org.eclipse.e4.tools.emf.liveeditor");
Discouraged access: The method setContributorURI(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 52)
descriptor.setIconURI("platform:/plugin/org.eclipse.e4.tools.emf.liveeditor/icons/full/obj16/application_lightning.png");
Discouraged access: The method setIconURI(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/ModelProcessor.java
 (at line 53)
application.getDescriptors().add(descriptor);
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java : 21 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/I20110620-1631/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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s, MApplication application, IStylingEngine engine) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s, MApplication application, IStylingEngine engine) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 36)
public void run(@Named(IServiceConstants.ACTIVE_SHELL) Shell s, 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/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 48)
final IEclipseContext childContext = application.getContext()
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 48)
final IEclipseContext childContext = application.getContext()
Discouraged access: The method getContext() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 48)
final IEclipseContext childContext = application.getContext() .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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 51)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 52)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
18. 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
19. 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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
20. 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/I20110620-1631/plugins/org.eclipse.e4.tools.emf.ui/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/liveeditor/OpenLiveDialogHandler.java
 (at line 64)
childContext.dispose();
Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar