Compiler Report

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 )

Source File: org/eclipse/wst/xquery/set/internal/ui/actions/SETImportDataAction.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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());

3. WARNING: DiscouragedReference

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());

Source File: org/eclipse/wst/xquery/set/internal/ui/wizards/SETDeployDataWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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) {

Source File: org/eclipse/wst/xquery/set/internal/ui/wizards/SETDeployProjectSecondWizardPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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: ");

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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: ");

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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()) {

20. WARNING: DiscouragedReference

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()) {

Source File: org/eclipse/wst/xquery/set/internal/ui/wizards/SETDeployProjectWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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) {

4. WARNING: DiscouragedReference

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) {