Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 49 Number of classfiles: 62

Problems: 10 (Errors: 0 Warnings: 10 )

Source File: org/eclipse/jst/jsf/core/tests/appconfig/provider/TestJARFileJSFAppConfigProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

18 : import org.eclipse.core.internal.net.ProxyData;

2. WARNING: DiscouragedReference

Discouraged access: The type ProxyManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

19 : import org.eclipse.core.internal.net.ProxyManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ProxyManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

288 : final IProxyService proxy = ProxyManager.getProxyManager();

4. WARNING: DiscouragedReference

Discouraged access: The method getProxyManager() from the type ProxyManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

288 : final IProxyService proxy = ProxyManager.getProxyManager();

5. WARNING: DiscouragedReference

Discouraged access: The type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

290 : final ProxyData proxyData = new ProxyData(IProxyData.HTTP_PROXY_TYPE);

6. WARNING: DiscouragedReference

Discouraged access: The constructor ProxyData(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

290 : final ProxyData proxyData = new ProxyData(IProxyData.HTTP_PROXY_TYPE);

7. WARNING: DiscouragedReference

Discouraged access: The type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

290 : final ProxyData proxyData = new ProxyData(IProxyData.HTTP_PROXY_TYPE);

8. WARNING: DiscouragedReference

Discouraged access: The method setHost(String) from the type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

291 : proxyData.setHost("www-proxy.us.oracle.com");

9. WARNING: DiscouragedReference

Discouraged access: The method setPassword(String) from the type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

292 : proxyData.setPassword("80");

10. WARNING: DiscouragedReference

Discouraged access: The type ProxyData is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.core.net_1.1.0.I20080604.jar

TestJARFileJSFAppConfigProvider.java :

293 : proxy.setProxyData(new ProxyData[]