Compiler log for org.eclipse.update.tests.core_3.2.0 : updatetests.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 9

/src/org/eclipse/update/tests/UpdateTestsPlugin.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/UpdateTestsPlugin.java
 (at line 26)
private static BundleContext bundleContext;
The field UpdateTestsPlugin.bundleContext is never read locally

/src/org/eclipse/update/tests/configurations/TestBackward.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/configurations/TestBackward.java
 (at line 32)
LocalSite siteLocal = ((LocalSite)SiteManager.getLocalSite());
The local variable siteLocal is never read

/src/org/eclipse/update/tests/core/boot/TestPlatCfgAPI.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/core/boot/TestPlatCfgAPI.java
 (at line 56)
URL u2 = null;
The local variable u2 is never read

/src/org/eclipse/update/tests/mirror/TestRemoteDoubleEmbeddedFeatureMirror.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/mirror/TestRemoteDoubleEmbeddedFeatureMirror.java
 (at line 59)
String fromRemoteSiteUrl =
The local variable fromRemoteSiteUrl is never read

/src/org/eclipse/update/tests/model/FeatureMain.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/model/FeatureMain.java
 (at line 44)
ResourceBundle bundle = null;
The local variable bundle is never read

/src/org/eclipse/update/tests/perfms/TestStartup.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/perfms/TestStartup.java
 (at line 40)
IPlatformConfiguration config = new PlatformConfigurationFactory().getPlatformConfiguration(platformXml);
The local variable config is never read

/src/org/eclipse/update/tests/regularInstall/TestLocalSite.java : 2 warnings :

1. WARNING in /src/org/eclipse/update/tests/regularInstall/TestLocalSite.java
 (at line 172)
int oldNumberOfhistory = site.getConfigurationHistory().length;
The local variable oldNumberOfhistory is never read
2. WARNING in /src/org/eclipse/update/tests/regularInstall/TestLocalSite.java
 (at line 190)
String time = ""+site.getCurrentConfiguration().getCreationDate().getTime();
The local variable time is never read

/src/org/eclipse/update/tests/standalone/StandaloneManagerTestCase.java : 1 warning :

1. WARNING in /src/org/eclipse/update/tests/standalone/StandaloneManagerTestCase.java
 (at line 285)
String configFileName="", line;
The local variable configFileName is never read