Compiler: Eclipse Compiler for Java(TM) Version: 0.A34, 3.6.0 M6
Number of source files: 28 Number of classfiles: 68
Problems: 29 (Errors: 0 Warnings: 29 )
Discouraged access: The type SETImportDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETImportDataAction.java :
30 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETImportDataJob;
Discouraged access: The constructor SETImportDataJob(IProject, OutputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETImportDataAction.java :
64 : Job job = new SETImportDataJob(fProject, console.newMessageStream());
Discouraged access: The type SETImportDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETImportDataAction.java :
64 : Job job = new SETImportDataJob(fProject, console.newMessageStream());
Discouraged access: The type SETDeployDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployDataWizard.java :
23 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployDataJob;
Discouraged access: The type SETDeployDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployDataWizard.java :
60 : if (job instanceof SETDeployDataJob) {
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
7 : import org.eclipse.dltk.internal.ui.wizards.dialogfields.DialogField;
Discouraged access: The type IDialogFieldListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
8 : import org.eclipse.dltk.internal.ui.wizards.dialogfields.IDialogFieldListener;
Discouraged access: The type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
9 : import org.eclipse.dltk.internal.ui.wizards.dialogfields.SelectionButtonDialogField;
Discouraged access: The type IDialogFieldListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
28 : private class WidgetListener extends SelectionAdapter implements ModifyListener, IDialogFieldListener {
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
37 : public void dialogFieldChanged(DialogField field) {
Discouraged access: The type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
56 : private SelectionButtonDialogField fDefaultServerRadioField;
Discouraged access: The type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
57 : private SelectionButtonDialogField fCustomServerRadioField;
Discouraged access: The constructor SelectionButtonDialogField(int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
112 : fDefaultServerRadioField = new SelectionButtonDialogField(SWT.RADIO);
Discouraged access: The type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
112 : fDefaultServerRadioField = new SelectionButtonDialogField(SWT.RADIO);
Discouraged access: The method setLabelText(String) from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
113 : fDefaultServerRadioField.setLabelText("Default server: ");
Discouraged access: The method setSelection(boolean) from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
114 : fDefaultServerRadioField.setSelection(true);
Discouraged access: The method setDialogFieldListener(IDialogFieldListener) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
115 : fDefaultServerRadioField.setDialogFieldListener(fListener);
Discouraged access: The method doFillIntoGrid(Composite, int) from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
116 : fDefaultServerRadioField.doFillIntoGrid(group, 2);
Discouraged access: The constructor SelectionButtonDialogField(int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
121 : fCustomServerRadioField = new SelectionButtonDialogField(SWT.RADIO);
Discouraged access: The type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
121 : fCustomServerRadioField = new SelectionButtonDialogField(SWT.RADIO);
Discouraged access: The method setLabelText(String) from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
122 : fCustomServerRadioField.setLabelText("Custom server: ");
Discouraged access: The method setDialogFieldListener(IDialogFieldListener) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
123 : fCustomServerRadioField.setDialogFieldListener(fListener);
Discouraged access: The method doFillIntoGrid(Composite, int) from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
124 : fCustomServerRadioField.doFillIntoGrid(group, 2);
Discouraged access: The method isSelected() from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
132 : if (fCustomServerRadioField.isSelected()) {
Discouraged access: The method isSelected() from the type SelectionButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/eclipse/plugins/org.eclipse.dltk.ui_1.0.2.v20100209-1928.jar
SETDeployProjectSecondWizardPage.java :
157 : if (fCustomServerRadioField.isSelected()) {
Discouraged access: The type SETDeployDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployProjectWizard.java :
23 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployDataJob;
Discouraged access: The type SETDeployProjectJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployProjectWizard.java :
24 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployProjectJob;
Discouraged access: The type SETDeployProjectJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployProjectWizard.java :
68 : if (job instanceof SETDeployProjectJob) {
Discouraged access: The type SETDeployDataJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/xquery-R0.7.0-I/workdir/plugins/org.eclipse.wst.xquery.set.launching/@dot
SETDeployProjectWizard.java :
74 : } else if (job instanceof SETDeployDataJob) {