Compiler log for org.eclipse.e4.tools.emf.editor3x_0.9.0.v20100614-1830 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 20

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/editor3x/EditorProjectFunction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 3)
import org.eclipse.e4.core.contexts.ContextFunction;
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 4)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 8)
public class EditorProjectFunction extends ContextFunction {
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 11)
public Object compute(IEclipseContext 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 12)
final IEditorInput input = context.get(IEditorInput.class);
Discouraged access: The method get(Class<IEditorInput>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java
 (at line 29)
import org.eclipse.pde.internal.core.util.PDEJavaHelper;
Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 3)
import org.eclipse.e4.core.contexts.ContextFunction;
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 4)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 12)
public class XMIResourceFunction extends ContextFunction {
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 15)
public Object compute(final IEclipseContext 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 16)
final IEditorInput input = context.get(IEditorInput.class);
Discouraged access: The method get(Class<IEditorInput>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 17)
final IDirtyProviderService dirtyProvider = context.get(IDirtyProviderService.class);
Discouraged access: The method get(Class<IDirtyProviderService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/tools/emf/editor3x/wizard/NewApplicationModelWizard.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewApplicationModelWizard.java
 (at line 13)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewApplicationModelWizard.java
 (at line 25)
return (EObject) MApplicationFactory.INSTANCE.createApplication();
Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewApplicationModelWizard.java
 (at line 25)
return (EObject) MApplicationFactory.INSTANCE.createApplication();
Discouraged access: The method createApplication() from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewApplicationModelWizard.java
 (at line 25)
return (EObject) MApplicationFactory.INSTANCE.createApplication();
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/editor3x/wizard/NewContributionModelWizard.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewContributionModelWizard.java
 (at line 13)
import org.eclipse.e4.ui.model.fragment.MFragmentFactory;
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewContributionModelWizard.java
 (at line 25)
return (EObject) MFragmentFactory.INSTANCE.createModelFragments();
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewContributionModelWizard.java
 (at line 25)
return (EObject) MFragmentFactory.INSTANCE.createModelFragments();
Discouraged access: The method createModelFragments() from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/wizard/NewContributionModelWizard.java
 (at line 25)
return (EObject) MFragmentFactory.INSTANCE.createModelFragments();
Discouraged access: The field INSTANCE from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot