Compiler log for org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java : 2 warnings :

DISCOURAGED ACCESS 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')

/src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
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')