Compiler log for org.eclipse.equinox.cm_1.6.300.v20250515-0501 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 18, 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/cm/ConfigurationAdminFactory.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 93)
SecurityManager sm = System.getSecurityManager();
The type SecurityManager has been deprecated since version 17 and marked for removal
2. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 93)
SecurityManager sm = System.getSecurityManager();
The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
3. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 97)
sm.checkPermission(allConfigurationPermission);
The method checkPermission(Permission) from the type SecurityManager is deprecated
4. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 99)
sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.CONFIGURE));
The method checkPermission(Permission) from the type SecurityManager is deprecated
5. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 106)
SecurityManager sm = System.getSecurityManager();
The type SecurityManager has been deprecated since version 17 and marked for removal
6. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 106)
SecurityManager sm = System.getSecurityManager();
The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
7. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 122)
SecurityManager sm = System.getSecurityManager();
The type SecurityManager has been deprecated since version 17 and marked for removal
8. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 122)
SecurityManager sm = System.getSecurityManager();
The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
9. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 125)
sm.checkPermission(allAttributePermission);
The method checkPermission(Permission) from the type SecurityManager is deprecated
10. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java
 (at line 127)
sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.ATTRIBUTE));
The method checkPermission(Permission) from the type SecurityManager is deprecated

/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java
 (at line 108)
SecurityManager sm = System.getSecurityManager();
The type SecurityManager has been deprecated since version 17 and marked for removal
2. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java
 (at line 108)
SecurityManager sm = System.getSecurityManager();
The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
3. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java
 (at line 129)
return AccessController.doPrivileged(new PrivilegedAction<String>() {
The type AccessController has been deprecated since version 17 and marked for removal
4. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java
 (at line 129)
return AccessController.doPrivileged(new PrivilegedAction<String>() {
The method doPrivileged(PrivilegedAction<String>) from the type AccessController is deprecated

/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationStore.java
 (at line 118)
return AccessController.doPrivileged(new PrivilegedExceptionAction<File>() {
The type AccessController has been deprecated since version 17 and marked for removal
2. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationStore.java
 (at line 118)
return AccessController.doPrivileged(new PrivilegedExceptionAction<File>() {
The method doPrivileged(PrivilegedExceptionAction<File>) from the type AccessController is deprecated
3. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationStore.java
 (at line 162)
AccessController.doPrivileged(new PrivilegedAction<>() {
The type AccessController has been deprecated since version 17 and marked for removal
4. WARNING in /src/org/eclipse/equinox/internal/cm/ConfigurationStore.java
 (at line 162)
AccessController.doPrivileged(new PrivilegedAction<>() {
The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated

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