Compiler log for org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442 : @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/IBFDragAgent.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/addons/dndaddon/IBFDragAgent.java
 (at line 18)
import org.eclipse.e4.ui.widgets.ImageBasedFrame;
Discouraged access: The type 'ImageBasedFrame' is not API (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 30)
private ImageBasedFrame frame;
Discouraged access: The type 'ImageBasedFrame' is not API (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 42)
if (!(info.curCtrl instanceof ImageBasedFrame)) {
Discouraged access: The type 'ImageBasedFrame' is not API (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 55)
ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl;
Discouraged access: The type 'ImageBasedFrame' is not API (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 55)
ImageBasedFrame frame = (ImageBasedFrame) info.curCtrl;
Discouraged access: The type 'ImageBasedFrame' is not API (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 56)
Rectangle handleRect = frame.getHandleRect();
Discouraged access: The method 'ImageBasedFrame.getHandleRect()' is not API (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 85)
frame = (ImageBasedFrame) dragElement.getWidget();
Discouraged access: The type 'ImageBasedFrame' is not API (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')

/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 22)
import org.eclipse.e4.ui.widgets.ImageBasedFrame;
Discouraged access: The type 'ImageBasedFrame' is not API (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 158)
|| element.getWidget() instanceof ImageBasedFrame) {
Discouraged access: The type 'ImageBasedFrame' is not API (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')