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 )
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;
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)) {
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)) {
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;
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;
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;
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) {
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);
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);
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());
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());
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();
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());
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);
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);
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() {
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 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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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);
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);
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);
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);
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);
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());
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());
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();
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);
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);
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;
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;
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;
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;
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();
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);
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);
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);
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);
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(); } }); } });
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 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()
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()
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();
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;
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;
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;
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;
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;
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;
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());
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());
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);
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);
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);
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);
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());
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());
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());
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() {
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);
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
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);
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);
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;
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;
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;
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;
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;
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();
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);
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);
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);
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);
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(); } }); } });
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) {
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()
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() + "\"",
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) {
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()
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()
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();
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;
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;
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;
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;
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;
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;
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());
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());
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);
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);
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);
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);
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());
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());
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());
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());
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());
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());
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() {
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());
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));
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
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));
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));
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));
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));