Compiler log for org.eclipse.e4.ui.workbench.addons.swt_1.0.1.v20130823-1518 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors 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 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

/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 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