Compiler log for org.eclipse.ui.views_3.3.0.I20080509-2000 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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/ui/views/properties/PropertySheetPage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/views/properties/PropertySheetPage.java
 (at line 23)
import org.eclipse.jface.internal.ConfigureColumnsDialog;
Discouraged access: The type ConfigureColumnsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/views/properties/PropertySheetPage.java
 (at line 425)
new ConfigureColumnsDialog(new SameShellProvider(tree), tree).open();
Discouraged access: The constructor ConfigureColumnsDialog(IShellProvider, Tree) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
3. WARNING in /src/org/eclipse/ui/views/properties/PropertySheetPage.java
 (at line 425)
new ConfigureColumnsDialog(new SameShellProvider(tree), tree).open();
Discouraged access: The type ConfigureColumnsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot