Compiler log for org.eclipse.equinox.p2.artifact.repository_1.5.800.v20250620-1926 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7, INFOS: 5

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/artifact/processing/AbstractBufferingStep.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/processing/AbstractBufferingStep.java
 (at line 88)
protected void cleanupTempFiles() { }
Empty block should be documented

/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java
 (at line 189)
result.put(IArtifactDescriptor.ARTIFACT_MD5, md5);
The field IArtifactDescriptor.ARTIFACT_MD5 is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java
 (at line 192)
result.put(IArtifactDescriptor.DOWNLOAD_MD5, md5);
The field IArtifactDescriptor.DOWNLOAD_MD5 is deprecated

/src/org/eclipse/equinox/internal/p2/artifact/processors/pgp/PGPPublicKeyStore.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/processors/pgp/PGPPublicKeyStore.java
 (at line 92)
@SuppressWarnings("unchecked")
Unnecessary @SuppressWarnings("unchecked")

/src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java
 (at line 89)
Location location = anyLoc.createLocation(null, getLockFile(repositoryLocation).toURL(), isReadOnly(repositoryFile));
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java
 (at line 90)
location.set(getLockFile(repositoryLocation).toURL(), false);
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/internal/p2/artifact/repository/CompositeArtifactRepositoryFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/artifact/repository/CompositeArtifactRepositoryFactory.java
 (at line 122)
CompositeRepositoryState resultState = io.read(localFile.toURL(), descriptorStream, CompositeArtifactRepository.PI_REPOSITORY_TYPE, sub.newChild(100));
The method toURL() from the type File is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java : 5 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java
 (at line 33)
protected String expectedMD5;
The enclosing type MD5Verifier is deprecated, perhaps this member should be marked as deprecated, too?
2. INFO in /src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java
 (at line 35)
public MD5Verifier() {
The enclosing type MD5Verifier is deprecated, perhaps this member should be marked as deprecated, too?
3. INFO in /src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java
 (at line 39)
public MD5Verifier(String expected) {
The enclosing type MD5Verifier is deprecated, perhaps this member should be marked as deprecated, too?
4. INFO in /src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java
 (at line 47)
public void initialize(IProvisioningAgent agent, IProcessingStepDescriptor descriptor, IArtifactDescriptor context) {
The enclosing type MD5Verifier is deprecated, perhaps this member should be marked as deprecated, too?
5. INFO in /src/org/eclipse/equinox/internal/p2/artifact/processors/md5/MD5Verifier.java
 (at line 73)
protected void onClose(String digestString) {
The enclosing type MD5Verifier is deprecated, perhaps this member should be marked as deprecated, too?

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings