Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 55 Number of classfiles: 68

Problems: 18 (Errors: 0 Warnings: 18 )

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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.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.1-M/eclipse/plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.jar

TestJARFileJSFAppConfigProvider.java :

293 : proxy.setProxyData(new ProxyData[]

Source File: org/eclipse/jst/jsf/core/tests/jsflibraryconfig/JSFLibraryConfigDialogSettingDataTestCases.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jsf.core.internal.jsflibraryconfig.JSFLibraryConfigDialogSettingData is never used

JSFLibraryConfigDialogSettingDataTestCases.java :

13 : import org.eclipse.jst.jsf.core.internal.jsflibraryconfig.JSFLibraryConfigDialogSettingData;

2. WARNING: UnusedImport

The import junit.framework.Assert is never used

JSFLibraryConfigDialogSettingDataTestCases.java :

18 : import junit.framework.Assert;

3. WARNING: UnusedPrivateField

The field JSFLibraryConfigDialogSettingDataTestCases.bDeployImplLib is never read locally

JSFLibraryConfigDialogSettingDataTestCases.java :

23 : private boolean bDeployImplLib = false;

Source File: org/eclipse/jst/jsf/core/tests/jsflibraryconfig/JSFLibraryConfigModelTestCases.java
1. WARNING: UnusedPrivateField

The field JSFLibraryConfigModelTestCases.QUALIFIEDNAME is never read locally

JSFLibraryConfigModelTestCases.java :

21 : final static private String QUALIFIEDNAME = "org.eclipse.jst.jsf.core.internal.jsflibraryconfig.JSFLibraryConfigProjectData";

2. WARNING: UnusedPrivateField

The field JSFLibraryConfigModelTestCases.PROJ_NAME is never read locally

JSFLibraryConfigModelTestCases.java :

22 : private static final String PROJ_NAME = "_TEST_CFGLIBRARYMODEL_PROJECT";

3. WARNING: UnusedPrivateField

The field JSFLibraryConfigModelTestCases.PROJ_NAME2 is never read locally

JSFLibraryConfigModelTestCases.java :

23 : private static final String PROJ_NAME2 = "_TEST_CFGLIBRARYMODEL_PROJECT2";

4. WARNING: UnusedPrivateField

The field JSFLibraryConfigModelTestCases.project is never read locally

JSFLibraryConfigModelTestCases.java :

26 : private IProject project;

5. WARNING: UnusedPrivateField

The field JSFLibraryConfigModelTestCases.numCompLibs is never read locally

JSFLibraryConfigModelTestCases.java :

27 : private int numCompLibs;