errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/v20110118/plugins/org.eclipse.core.databinding.observable_1.3.0.I20100824-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/v20110118/plugins/org.eclipse.core.databinding.observable_1.3.0.I20100824-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/v20110118/plugins/org.eclipse.core.databinding.observable_1.3.0.I20100824-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/v20110118/plugins/org.eclipse.core.databinding.observable_1.3.0.I20100824-0800.jar |