Compiler log for org.eclipse.update.core_3.2.0.v20060605 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 4

/src/org/eclipse/update/internal/core/FeaturePackagedContentProvider.java : 1 warning :

1. WARNING in /src/org/eclipse/update/internal/core/FeaturePackagedContentProvider.java
 (at line 386)
private ContentReference continueOrErrorOrRethrow(String archiveID, CoreException coreException) throws CoreException {
The method continueOrErrorOrRethrow(String, CoreException) from the type FeaturePackagedContentProvider is never used locally

/src/org/eclipse/update/internal/core/InstallConfiguration.java : 1 warning :

1. WARNING in /src/org/eclipse/update/internal/core/InstallConfiguration.java
 (at line 54)
import org.eclipse.update.internal.configurator.IConfigurationConstants;
The import org.eclipse.update.internal.configurator.IConfigurationConstants is never used

/src/org/eclipse/update/internal/core/JarDeltaInstallHandler.java : 2 warnings :

1. WARNING in /src/org/eclipse/update/internal/core/JarDeltaInstallHandler.java
 (at line 52)
ContentReference[] oldReferences = oldFeature.getFeatureContentProvider().getPluginEntryContentReferences(oldPlugin, null);
The local variable oldReferences is never read
2. WARNING in /src/org/eclipse/update/internal/core/JarDeltaInstallHandler.java
 (at line 53)
ContentReference[] newReferences = feature.getFeatureContentProvider().getPluginEntryContentReferences(newPlugin, null);
The local variable newReferences is never read