Compiler log for org.eclipse.equinox.security_1.4.300.v20240419-2334 : @dot.xml

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

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/security/storage/SecurePreferencesMapper.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java
 (at line 92)
location = getKeyringFile(args[i + 1]).toURL(); // don't use File.toURI().toURL()
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java
 (at line 106)
location = getKeyringFile(environmentKeyring).toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/security/storage/StorageUtils.java
 (at line 54)
return file.toURL();
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/internal/security/storage/StorageUtils.java
 (at line 61)
return file.toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/equinox/security/storage/SecurePreferencesFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/security/storage/SecurePreferencesFactory.java
 (at line 84)
return SecurePreferencesMapper.open(location, options);
Type safety: The expression of type Map needs unchecked conversion to conform to Map<Object,Object>

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings