Compiler log for org.eclipse.ant.core_3.7.300.v20231214-1526 : @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 65)
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 76)
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 83)
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 90)
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 97)
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 104)
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 111)
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 118)
fSecurityManager.checkCreateClassLoader();
The method checkCreateClassLoader() from the type SecurityManager is deprecated
9. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 125)
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 132)
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 139)
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 146)
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 168)
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 175)
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 182)
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 189)
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 196)
fSecurityManager.checkPrintJobAccess();
The method checkPrintJobAccess() from the type SecurityManager is deprecated
18. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 203)
fSecurityManager.checkPropertiesAccess();
The method checkPropertiesAccess() from the type SecurityManager is deprecated
19. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 205)
super.checkPropertiesAccess();
The method checkPropertiesAccess() from the type SecurityManager is deprecated
20. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 211)
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 218)
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 225)
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 232)
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 239)
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 246)
fSecurityManager.checkSetFactory();
The method checkSetFactory() from the type SecurityManager is deprecated
26. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 253)
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 260)
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 267)
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 269)
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 275)
fSecurityManager.getThreadGroup();
The method getThreadGroup() from the type SecurityManager is deprecated
31. WARNING in /src/org/eclipse/ant/internal/core/AntSecurityManager.java
 (at line 277)
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