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