errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java (at line 25) import org.eclipse.e4.ui.widgets.ImageBasedFrame; Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
2. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java (at line 143) if (element.getWidget() instanceof CTabFolder || element.getWidget() instanceof ImageBasedFrame) { Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
1. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 21) import org.eclipse.e4.ui.widgets.ImageBasedFrame; Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
2. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 33) private ImageBasedFrame frame; Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
3. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 45) if (!(info.curCtrl instanceof ImageBasedFrame)) { Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
4. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 58) ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl; Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
5. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 58) ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl; Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
6. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 59) Rectangle handleRect = frame.getHandleRect(); Discouraged access: The method 'ImageBasedFrame.getHandleRect()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |
7. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 88) frame = (ImageBasedFrame) dragElement.getWidget(); Discouraged access: The type 'ImageBasedFrame' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes') |