Compiler log for org.eclipse.e4.tools.services_4.10.400.v20240128-1101 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3, 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/e4/tools/services/impl/ResourceBundleHelper.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java
 (at line 20)
import java.security.AccessController;
The type AccessController has been deprecated since version 17 and marked for removal
2. WARNING in /src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java
 (at line 412)
try (InputStream stream = AccessController.doPrivileged(action)) {
The type AccessController has been deprecated since version 17 and marked for removal
3. WARNING in /src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java
 (at line 412)
try (InputStream stream = AccessController.doPrivileged(action)) {
The method doPrivileged(PrivilegedExceptionAction<InputStream>) 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