Compiler Report

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

Number of source files: 19 Number of classfiles: 30

Problems: 7 (Errors: 0 Warnings: 7 )

Source File: org/eclipse/wst/xquery/set/internal/launching/deploy/DeployInfo.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

DeployInfo.java :

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

2. 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

DeployInfo.java :

27 : private SETProjectConfig fConfig;

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

DeployInfo.java :

29 : public DeployInfo(IScriptProject project, SETProjectConfig config, String appName, String username,

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

DeployInfo.java :

43 : public SETProjectConfig getProjectConfig() {

Source File: org/eclipse/wst/xquery/set/internal/launching/jobs/SETDeployProjectJob.java
1. 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

SETDeployProjectJob.java :

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

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

SETDeployProjectJob.java :

26 : SETProjectConfigUtil.writeProjectConfig(fProject, fInfo.getProjectConfig());

3. 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

SETDeployProjectJob.java :

26 : SETProjectConfigUtil.writeProjectConfig(fProject, fInfo.getProjectConfig());