Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A19, 3.6.0 M3

Number of source files: 27 Number of classfiles: 66

Problems: 117 (Errors: 0 Warnings: 117 )

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

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

HandlerCollector.java :

19 : import org.eclipse.wst.xquery.set.internal.core.preferences.ISETPreferenceConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

HandlerCollector.java :

27 : && !element.getElementName().equals(ISETPreferenceConstants.DIR_NAME_HANDLER)) {

3. WARNING: DiscouragedReference

Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot

HandlerCollector.java :

27 : && !element.getElementName().equals(ISETPreferenceConstants.DIR_NAME_HANDLER)) {

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

Discouraged access: The type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

51 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;

2. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

SETEditProjectConfigDialog.java :

52 : import org.eclipse.wst.xquery.set.internal.core.preferences.ISETPreferenceConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

89 : private SETProjectConfig fConfig;

4. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

100 : public SETEditProjectConfigDialog(Shell shell, IProject project, SETProjectConfig config) {

5. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

SETEditProjectConfigDialog.java :

223 : IContainer publicDir = project.getFolder(ISETPreferenceConstants.DIR_NAME_PUBLIC);

6. WARNING: DiscouragedReference

Discouraged access: The field DIR_NAME_PUBLIC from the type ISETPreferenceConstants 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.core/@dot

SETEditProjectConfigDialog.java :

223 : IContainer publicDir = project.getFolder(ISETPreferenceConstants.DIR_NAME_PUBLIC);

7. WARNING: DiscouragedReference

Discouraged access: The method getLogicalUri() from the type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

244 : fUriText.setText(fConfig.getLogicalUri().toString());

8. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

245 : fVersionText.setText(fConfig.getVersion());

9. WARNING: DiscouragedReference

Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

247 : String startPage = fConfig.getStartPage();

10. WARNING: DiscouragedReference

Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

249 : fStartPageText.setText(fConfig.getStartPage());

11. WARNING: DiscouragedReference

Discouraged access: The constructor SETProjectConfig(URI, String, String) 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.core/@dot

SETEditProjectConfigDialog.java :

263 : fConfig = new SETProjectConfig(new URI(fUriText.getText()), startPage, version);

12. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

263 : fConfig = new SETProjectConfig(new URI(fUriText.getText()), startPage, version);

13. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETEditProjectConfigDialog.java :

270 : public SETProjectConfig getProjectConfig() {

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/preferences/PreferenceConstants.java
1. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

14 : import org.eclipse.wst.xquery.set.internal.core.preferences.ISETPreferenceConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

47 : public static final String DEF_VAL_BUILD_PATH_HANDLER_DIR = ISETPreferenceConstants.DIR_NAME_HANDLER;

3. WARNING: DiscouragedReference

Discouraged access: The field DIR_NAME_HANDLER from the type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

47 : public static final String DEF_VAL_BUILD_PATH_HANDLER_DIR = ISETPreferenceConstants.DIR_NAME_HANDLER;

4. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

48 : public static final String DEF_VAL_BUILD_PATH_LIBRARY_DIR = ISETPreferenceConstants.DIR_NAME_LIBRARY;

5. WARNING: DiscouragedReference

Discouraged access: The field DIR_NAME_LIBRARY from the type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

48 : public static final String DEF_VAL_BUILD_PATH_LIBRARY_DIR = ISETPreferenceConstants.DIR_NAME_LIBRARY;

6. WARNING: DiscouragedReference

Discouraged access: The type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

49 : public static final String DEF_VAL_BUILD_PATH_EXTERNAL_DIR = ISETPreferenceConstants.DIR_NAME_EXTERNAL;

7. WARNING: DiscouragedReference

Discouraged access: The field DIR_NAME_EXTERNAL from the type ISETPreferenceConstants 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.core/@dot

PreferenceConstants.java :

49 : public static final String DEF_VAL_BUILD_PATH_EXTERNAL_DIR = ISETPreferenceConstants.DIR_NAME_EXTERNAL;

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

Discouraged access: The type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

30 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;

2. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

31 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfigUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

37 : private SETProjectConfig fConfig;

4. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

53 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject);

5. WARNING: DiscouragedReference

Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

53 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject);

6. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

60 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject);

7. WARNING: DiscouragedReference

Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

60 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject);

8. WARNING: DiscouragedReference

Discouraged access: The method setStartPage(String) from the type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

99 : fConfig.setStartPage(startPage);

9. WARNING: DiscouragedReference

Discouraged access: The method getLogicalUri() from the type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

138 : fUriLabel.setText(fConfig.getLogicalUri().toString());

10. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

139 : fVersionLabel.setText(fConfig.getVersion());

11. WARNING: DiscouragedReference

Discouraged access: The method getStartPage() from the type SETProjectConfig 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.core/@dot

SETSausalitoPropertyPage.java :

141 : String startPage = fConfig.getStartPage();

12. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

162 : SETProjectConfigUtil.writeProjectConfig(fProject, fConfig);

13. WARNING: DiscouragedReference

Discouraged access: The method writeProjectConfig(IProject, SETProjectConfig) from the type SETProjectConfigUtil 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.core/@dot

SETSausalitoPropertyPage.java :

162 : SETProjectConfigUtil.writeProjectConfig(fProject, fConfig);

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

Discouraged access: The type DeployInfo 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.deploy.DeployInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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 :

24 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployManager;

3. WARNING: DiscouragedReference

Discouraged access: The type Deployer 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 :

25 : import org.eclipse.wst.xquery.set.internal.launching.deploy.Deployer;

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

SETDeployDataWizard.java :

26 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployDataJob;

5. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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 :

49 : final DeployInfo info = fDeployPage.getDeployInfo();

6. WARNING: DiscouragedReference

Discouraged access: The type Deployer 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 :

52 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

7. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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 :

52 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type DeployManager 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 :

52 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

9. WARNING: DiscouragedReference

Discouraged access: The method getDeployer(DeployInfo, boolean) from the type DeployManager 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 :

52 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

10. WARNING: DiscouragedReference

Discouraged access: The method addJobChangeListener(IJobChangeListener) from the type Deployer 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 :

54 : deployer.addJobChangeListener(new JobChangeAdapter() { @Override public void done(IJobChangeEvent event) { Job job = event.getJob(); IStatus status = job.getResult(); if (job instanceof SETDeployDataJob) { if (status.isOK()) { displayMessageBox("The data for project \"" + info.getProject().getElementName() + "\" was succesfully deployed into the application \"" + info.getApplicationName() + "\"", true); } } } private void displayMessageBox(final String message, final boolean isSuccess) { Display.getDefault().syncExec(new Runnable() { public void run() { MessageBox mb = new MessageBox(new Shell(Display.getDefault().getActiveShell()), (isSuccess ? SWT.ICON_INFORMATION : SWT.ICON_ERROR) | SWT.OK); mb.setMessage(message); mb.open(); } }); } });

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

12. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type DeployInfo 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 :

62 : displayMessageBox("The data for project \"" + info.getProject().getElementName()

13. WARNING: DiscouragedReference

Discouraged access: The method getApplicationName() from the type DeployInfo 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 :

63 : + "\" was succesfully deployed into the application \"" + info.getApplicationName()

14. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type Deployer 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 :

82 : deployer.execute();

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

Discouraged access: The type SETProjectConfig 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.core/@dot

SETDeployDataWizardPage.java :

35 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;

2. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETDeployDataWizardPage.java :

36 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfigUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployDataWizardPage.java :

37 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployInfo;

4. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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

SETDeployDataWizardPage.java :

38 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployManager;

5. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo.DeployType 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

SETDeployDataWizardPage.java :

39 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployInfo.DeployType;

6. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETDeployDataWizardPage.java :

101 : private SETProjectConfig fConfig;

7. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETDeployDataWizardPage.java :

106 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject.getProject());

8. WARNING: DiscouragedReference

Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot

SETDeployDataWizardPage.java :

106 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject.getProject());

9. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployDataWizardPage.java :

130 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

10. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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

SETDeployDataWizardPage.java :

130 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

11. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type DeployManager 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

SETDeployDataWizardPage.java :

130 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

12. WARNING: DiscouragedReference

Discouraged access: The method getCachedDeployInfo(IScriptProject) from the type DeployManager 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

SETDeployDataWizardPage.java :

130 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

13. WARNING: DiscouragedReference

Discouraged access: The method getApplicationName() from the type DeployInfo 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

SETDeployDataWizardPage.java :

133 : fApplicationNameText.setText(info.getApplicationName());

14. WARNING: DiscouragedReference

Discouraged access: The method getUserName() from the type DeployInfo 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

SETDeployDataWizardPage.java :

134 : fUsernameText.setText(info.getUserName());

15. WARNING: DiscouragedReference

Discouraged access: The method getPassword() from the type DeployInfo 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

SETDeployDataWizardPage.java :

135 : fPasswordText.setText(info.getPassword());

16. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployDataWizardPage.java :

206 : public DeployInfo getDeployInfo() {

17. WARNING: DiscouragedReference

Discouraged access: The constructor DeployInfo(IScriptProject, SETProjectConfig, String, String, String, DeployInfo.DeployType) 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

SETDeployDataWizardPage.java :

207 : return new DeployInfo(fProject, fConfig, fApplicationNameText.getText(), fUsernameText.getText(), fPasswordText .getText(), DeployType.DATA);

18. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployDataWizardPage.java :

207 : return new DeployInfo(fProject, fConfig, fApplicationNameText.getText(), fUsernameText.getText(), fPasswordText

19. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo.DeployType 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

SETDeployDataWizardPage.java :

208 : .getText(), DeployType.DATA);

20. WARNING: DiscouragedReference

Discouraged access: The field DATA from the type DeployInfo.DeployType 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

SETDeployDataWizardPage.java :

208 : .getText(), DeployType.DATA);

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

Discouraged access: The type DeployInfo 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.deploy.DeployInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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.deploy.DeployManager;

3. WARNING: DiscouragedReference

Discouraged access: The type Deployer 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 :

25 : import org.eclipse.wst.xquery.set.internal.launching.deploy.Deployer;

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 :

26 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployDataJob;

5. 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 :

27 : import org.eclipse.wst.xquery.set.internal.launching.jobs.SETDeployProjectJob;

6. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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 :

51 : final DeployInfo info = fDeployPage.getDeployInfo();

7. WARNING: DiscouragedReference

Discouraged access: The type Deployer 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 :

54 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

8. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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 :

54 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type DeployManager 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 :

54 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

10. WARNING: DiscouragedReference

Discouraged access: The method getDeployer(DeployInfo, boolean) from the type DeployManager 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 :

54 : final Deployer deployer = DeployManager.getInstance().getDeployer(info, useCache);

11. WARNING: DiscouragedReference

Discouraged access: The method addJobChangeListener(IJobChangeListener) from the type Deployer 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 :

56 : deployer.addJobChangeListener(new JobChangeAdapter() { @Override public void done(IJobChangeEvent event) { Job job = event.getJob(); IStatus status = job.getResult(); if (job instanceof SETDeployProjectJob) { if (status.isOK()) { displayMessageBox("The project \"" + info.getProject().getElementName() + "\" was succesfully deployed as application \"" + info.getApplicationName() + "\"", true); } } else if (job instanceof SETDeployDataJob) { if (status.isOK()) { displayMessageBox("The data for project \"" + info.getProject().getElementName() + "\" was succesfully deployed into the application \"" + info.getApplicationName() + "\"", true); } } } private void displayMessageBox(final String message, final boolean isSuccess) { Display.getDefault().syncExec(new Runnable() { public void run() { MessageBox mb = new MessageBox(new Shell(Display.getDefault().getActiveShell()), (isSuccess ? SWT.ICON_INFORMATION : SWT.ICON_ERROR) | SWT.OK); mb.setMessage(message); mb.open(); } }); } });

12. 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 :

62 : if (job instanceof SETDeployProjectJob) {

13. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type DeployInfo 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 :

64 : displayMessageBox("The project \"" + info.getProject().getElementName()

14. WARNING: DiscouragedReference

Discouraged access: The method getApplicationName() from the type DeployInfo 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 :

65 : + "\" was succesfully deployed as application \"" + info.getApplicationName() + "\"",

15. 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 :

68 : } else if (job instanceof SETDeployDataJob) {

16. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type DeployInfo 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 :

70 : displayMessageBox("The data for project \"" + info.getProject().getElementName()

17. WARNING: DiscouragedReference

Discouraged access: The method getApplicationName() from the type DeployInfo 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 :

71 : + "\" was succesfully deployed into the application \"" + info.getApplicationName()

18. WARNING: DiscouragedReference

Discouraged access: The method execute() from the type Deployer 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 :

91 : deployer.execute();

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

Discouraged access: The type SETProjectConfig 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.core/@dot

SETDeployProjectWizardPage.java :

36 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfig;

2. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETDeployProjectWizardPage.java :

37 : import org.eclipse.wst.xquery.set.internal.core.SETProjectConfigUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployProjectWizardPage.java :

38 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployInfo;

4. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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

SETDeployProjectWizardPage.java :

39 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployManager;

5. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo.DeployType 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

SETDeployProjectWizardPage.java :

40 : import org.eclipse.wst.xquery.set.internal.launching.deploy.DeployInfo.DeployType;

6. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfig 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.core/@dot

SETDeployProjectWizardPage.java :

107 : private SETProjectConfig fConfig;

7. WARNING: DiscouragedReference

Discouraged access: The type SETProjectConfigUtil 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.core/@dot

SETDeployProjectWizardPage.java :

112 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject.getProject());

8. WARNING: DiscouragedReference

Discouraged access: The method readProjectConfig(IProject) from the type SETProjectConfigUtil 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.core/@dot

SETDeployProjectWizardPage.java :

112 : fConfig = SETProjectConfigUtil.readProjectConfig(fProject.getProject());

9. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployProjectWizardPage.java :

137 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

10. WARNING: DiscouragedReference

Discouraged access: The type DeployManager 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

SETDeployProjectWizardPage.java :

137 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

11. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type DeployManager 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

SETDeployProjectWizardPage.java :

137 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

12. WARNING: DiscouragedReference

Discouraged access: The method getCachedDeployInfo(IScriptProject) from the type DeployManager 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

SETDeployProjectWizardPage.java :

137 : DeployInfo info = DeployManager.getInstance().getCachedDeployInfo(fProject);

13. WARNING: DiscouragedReference

Discouraged access: The method getApplicationName() from the type DeployInfo 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

SETDeployProjectWizardPage.java :

140 : fApplicationNameText.setText(info.getApplicationName());

14. WARNING: DiscouragedReference

Discouraged access: The method getProjectConfig() from the type DeployInfo 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

SETDeployProjectWizardPage.java :

141 : fVersionText.setText(info.getProjectConfig().getVersion());

15. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type SETProjectConfig 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.core/@dot

SETDeployProjectWizardPage.java :

141 : fVersionText.setText(info.getProjectConfig().getVersion());

16. WARNING: DiscouragedReference

Discouraged access: The method getUserName() from the type DeployInfo 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

SETDeployProjectWizardPage.java :

142 : fUsernameText.setText(info.getUserName());

17. WARNING: DiscouragedReference

Discouraged access: The method getPassword() from the type DeployInfo 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

SETDeployProjectWizardPage.java :

143 : fPasswordText.setText(info.getPassword());

18. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type SETProjectConfig 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.core/@dot

SETDeployProjectWizardPage.java :

180 : fVersionText = SWTFactory.createText(composite, SWT.BORDER, 1, fConfig.getVersion());

19. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployProjectWizardPage.java :

237 : public DeployInfo getDeployInfo() {

20. WARNING: DiscouragedReference

Discouraged access: The method setVersion(String) from the type SETProjectConfig 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.core/@dot

SETDeployProjectWizardPage.java :

238 : fConfig.setVersion(fVersionText.getText());

21. WARNING: DiscouragedReference

Discouraged access: The constructor DeployInfo(IScriptProject, SETProjectConfig, String, String, String, DeployInfo.DeployType) 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

SETDeployProjectWizardPage.java :

239 : return new DeployInfo(fProject, fConfig, fApplicationNameText.getText(), fUsernameText.getText(), fPasswordText .getText(), (fDeployDataCheckButton.getSelection() ? DeployType.PROJECT_AND_DATA : DeployType.PROJECT));

22. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo 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

SETDeployProjectWizardPage.java :

239 : return new DeployInfo(fProject, fConfig, fApplicationNameText.getText(), fUsernameText.getText(), fPasswordText

23. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo.DeployType 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

SETDeployProjectWizardPage.java :

240 : .getText(), (fDeployDataCheckButton.getSelection() ? DeployType.PROJECT_AND_DATA : DeployType.PROJECT));

24. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_AND_DATA from the type DeployInfo.DeployType 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

SETDeployProjectWizardPage.java :

240 : .getText(), (fDeployDataCheckButton.getSelection() ? DeployType.PROJECT_AND_DATA : DeployType.PROJECT));

25. WARNING: DiscouragedReference

Discouraged access: The type DeployInfo.DeployType 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

SETDeployProjectWizardPage.java :

240 : .getText(), (fDeployDataCheckButton.getSelection() ? DeployType.PROJECT_AND_DATA : DeployType.PROJECT));

26. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type DeployInfo.DeployType 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

SETDeployProjectWizardPage.java :

240 : .getText(), (fDeployDataCheckButton.getSelection() ? DeployType.PROJECT_AND_DATA : DeployType.PROJECT));