Compiler log for org.eclipse.ant.core_3.7.500.v20241028-1712 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 31, 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/ant/internal/core/AntSecurityManager.java : 31 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 59)
fSecurityManager.checkExit(status);
The method checkExit(int) from the type SecurityManager is deprecated
2. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 70)
fSecurityManager.checkPermission(perm);
The method checkPermission(Permission) from the type SecurityManager is deprecated
3. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 77)
fSecurityManager.checkAccept(host, port);
The method checkAccept(String, int) from the type SecurityManager is deprecated
4. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 84)
fSecurityManager.checkAccess(t);
The method checkAccess(Thread) from the type SecurityManager is deprecated
5. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 91)
fSecurityManager.checkAccess(g);
The method checkAccess(ThreadGroup) from the type SecurityManager is deprecated
6. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 98)
fSecurityManager.checkConnect(host, port, context);
The method checkConnect(String, int, Object) from the type SecurityManager is deprecated
7. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 105)
fSecurityManager.checkConnect(host, port);
The method checkConnect(String, int) from the type SecurityManager is deprecated
8. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 112)
fSecurityManager.checkCreateClassLoader();
The method checkCreateClassLoader() from the type SecurityManager is deprecated
9. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 119)
fSecurityManager.checkDelete(file);
The method checkDelete(String) from the type SecurityManager is deprecated
10. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 126)
fSecurityManager.checkExec(cmd);
The method checkExec(String) from the type SecurityManager is deprecated
11. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 133)
fSecurityManager.checkLink(lib);
The method checkLink(String) from the type SecurityManager is deprecated
12. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 140)
fSecurityManager.checkListen(port);
The method checkListen(int) from the type SecurityManager is deprecated
13. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 162)
fSecurityManager.checkMulticast(maddr);
The method checkMulticast(InetAddress) from the type SecurityManager is deprecated
14. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 169)
fSecurityManager.checkPackageAccess(pkg);
The method checkPackageAccess(String) from the type SecurityManager is deprecated
15. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 176)
fSecurityManager.checkPackageDefinition(pkg);
The method checkPackageDefinition(String) from the type SecurityManager is deprecated
16. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 183)
fSecurityManager.checkPermission(perm, context);
The method checkPermission(Permission, Object) from the type SecurityManager is deprecated
17. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 190)
fSecurityManager.checkPrintJobAccess();
The method checkPrintJobAccess() from the type SecurityManager is deprecated
18. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 197)
fSecurityManager.checkPropertiesAccess();
The method checkPropertiesAccess() from the type SecurityManager is deprecated
19. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 199)
super.checkPropertiesAccess();
The method checkPropertiesAccess() from the type SecurityManager is deprecated
20. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 205)
fSecurityManager.checkPropertyAccess(key);
The method checkPropertyAccess(String) from the type SecurityManager is deprecated
21. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 212)
fSecurityManager.checkRead(fd);
The method checkRead(FileDescriptor) from the type SecurityManager is deprecated
22. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 219)
fSecurityManager.checkRead(file, context);
The method checkRead(String, Object) from the type SecurityManager is deprecated
23. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 226)
fSecurityManager.checkRead(file);
The method checkRead(String) from the type SecurityManager is deprecated
24. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 233)
fSecurityManager.checkSecurityAccess(target);
The method checkSecurityAccess(String) from the type SecurityManager is deprecated
25. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 240)
fSecurityManager.checkSetFactory();
The method checkSetFactory() from the type SecurityManager is deprecated
26. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 247)
fSecurityManager.checkWrite(fd);
The method checkWrite(FileDescriptor) from the type SecurityManager is deprecated
27. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 254)
fSecurityManager.checkWrite(file);
The method checkWrite(String) from the type SecurityManager is deprecated
28. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 261)
return fSecurityManager.getSecurityContext();
The method getSecurityContext() from the type SecurityManager is deprecated
29. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 263)
return super.getSecurityContext();
The method getSecurityContext() from the type SecurityManager is deprecated
30. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 269)
fSecurityManager.getThreadGroup();
The method getThreadGroup() from the type SecurityManager is deprecated
31. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 271)
return super.getThreadGroup();
The method getThreadGroup() from the type SecurityManager 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