Compiler log for org.eclipse.e4.xwt.emf_0.9.0.v20100617-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4

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/xwt/emf/EMFDataProvider.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/emf/EMFDataProvider.java
 (at line 15)
import org.eclipse.core.internal.databinding.observable.masterdetail.DetailObservableValue;
Discouraged access: The type DetailObservableValue 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.core.databinding.observable_1.3.0.I20100601-0800.jar
2. WARNING in /src/org/eclipse/e4/xwt/emf/EMFDataProvider.java
 (at line 224)
} else if (instance instanceof DetailObservableValue) {
Discouraged access: The type DetailObservableValue 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.core.databinding.observable_1.3.0.I20100601-0800.jar
3. WARNING in /src/org/eclipse/e4/xwt/emf/EMFDataProvider.java
 (at line 225)
EObject eObject = (EObject) ((DetailObservableValue) instance) .getValueType();
Discouraged access: The method getValueType() from the type DetailObservableValue 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.core.databinding.observable_1.3.0.I20100601-0800.jar
4. WARNING in /src/org/eclipse/e4/xwt/emf/EMFDataProvider.java
 (at line 225)
EObject eObject = (EObject) ((DetailObservableValue) instance)
Discouraged access: The type DetailObservableValue 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.core.databinding.observable_1.3.0.I20100601-0800.jar