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/ui/workbench/addons/dndaddon/IBFDragAgent.java (at line 17) import org.eclipse.e4.ui.widgets.ImageBasedFrame; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 28) private ImageBasedFrame frame; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 47) if (!(info.curCtrl instanceof ImageBasedFrame)) Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 53) ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 53) ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 54) Rectangle handleRect = frame.getHandleRect(); Discouraged access: The method getHandleRect() from the type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 89) frame = (ImageBasedFrame) dragElement.getWidget(); Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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/DnDManager.java (at line 22) import org.eclipse.e4.ui.widgets.ImageBasedFrame; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 148) || element.getWidget() instanceof ImageBasedFrame) { Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |