errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/pde/internal/core/JavadocLocationManager.java (at line 45) return doc.toURL().toString(); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/JavadocLocationManager.java (at line 48) return "jar:" + file.toURL() + "!/doc"; //$NON-NLS-1$ //$NON-NLS-2$ The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/P2Utils.java (at line 211) dest[start++] = new File(info.getLocation()).toURL(); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/P2Utils.java (at line 355) return bundlesTxt.toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/SourceLocationManager.java (at line 116) URI encodedUri = URIUtil.toURI(result.toFile().toURL()); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/SourceLocationManager.java (at line 127) return result.toFile().toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java (at line 501) list.add(path.toFile().toURL()); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/content/DefaultDocumentFactory.java (at line 17) import org.eclipse.core.filebuffers.IDocumentFactory; The type IDocumentFactory is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/content/DefaultDocumentFactory.java (at line 21) public class DefaultDocumentFactory implements IDocumentFactory { The type IDocumentFactory is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java (at line 623) destination = new File(fBuildTempMetadataLocation).toURL().toString(); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java (at line 627) destination = new File(fInfo.destinationDirectory).toURL().toString(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java (at line 418) map.put(IBuildPropertiesConstants.PROPERTY_P2_BUILD_REPO, new File(fBuildTempMetadataLocation).toURL().toString()); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java (at line 419) map.put(IBuildPropertiesConstants.PROPERTY_P2_METADATA_REPO, new File(fInfo.destinationDirectory + "/repository").toURL().toString()); //$NON-NLS-1$ The method toURL() from the type File is deprecated |
3. WARNING in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java (at line 420) map.put(IBuildPropertiesConstants.PROPERTY_P2_ARTIFACT_REPO, new File(fInfo.destinationDirectory + "/repository").toURL().toString()); //$NON-NLS-1$ The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java (at line 213) String destination = new File(fBuildTempMetadataLocation).toURL().toString(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java (at line 227) elements = parseHeader(headers, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java (at line 585) bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, null); // remove The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java (at line 594) bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, buffer.toString()); The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java (at line 102) url = schemaFile.toURL(); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java (at line 131) url = schemaFile.toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java (at line 65) fSchemaURL = file.toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java (at line 238) @SuppressWarnings("restriction") Unnecessary @SuppressWarnings("restriction") |
2. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java (at line 251) @SuppressWarnings("restriction") Unnecessary @SuppressWarnings("restriction") |
3. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java (at line 253) @SuppressWarnings("restriction") Unnecessary @SuppressWarnings("restriction") |
4. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java (at line 256) @SuppressWarnings("restriction") Unnecessary @SuppressWarnings("restriction") |
1. WARNING in /src/org/eclipse/pde/internal/core/update/configurator/Utils.java (at line 170) return absolutePath.toFile().toURL(); The method toURL() from the type File is deprecated |
2. WARNING in /src/org/eclipse/pde/internal/core/update/configurator/Utils.java (at line 195) return new File(path).toURL().toExternalForm(); The method toURL() from the type File is deprecated |
1. WARNING in /text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java (at line 55) } else if (key.equalsIgnoreCase(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT)) { The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |