Compiler log for org.eclipse.equinox.servletbridge_1.7.300.v20250621-0454 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 15, 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/servletbridge/CloseableURLClassLoader.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 66)
private final AccessControlContext context;
The type AccessControlContext has been deprecated since version 17 and marked for removal
2. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 143)
this.jarFileURLPrefixString = file.toURL().toString() + BANG_SLASH;
The method toURL() from the type File is deprecated
3. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 198)
this.context = AccessController.getContext();
The type AccessController has been deprecated since version 17 and marked for removal
4. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 198)
this.context = AccessController.getContext();
The method getContext() from the type AccessController is deprecated
5. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 289)
Class<?> clazz = AccessController.doPrivileged(new PrivilegedExceptionAction<Class<?>>() {
The type AccessController has been deprecated since version 17 and marked for removal
6. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 289)
Class<?> clazz = AccessController.doPrivileged(new PrivilegedExceptionAction<Class<?>>() {
The method doPrivileged(PrivilegedExceptionAction<Class<?>>, AccessControlContext) from the type AccessController is deprecated
7. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 409)
URL url = AccessController.doPrivileged(new PrivilegedAction<URL>() {
The type AccessController has been deprecated since version 17 and marked for removal
8. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 409)
URL url = AccessController.doPrivileged(new PrivilegedAction<URL>() {
The method doPrivileged(PrivilegedAction<URL>, AccessControlContext) from the type AccessController is deprecated
9. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 435)
AccessController.doPrivileged(new PrivilegedAction<>() {
The type AccessController has been deprecated since version 17 and marked for removal
10. WARNING in /src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java
 (at line 435)
AccessController.doPrivileged(new PrivilegedAction<>() {
The method doPrivileged(PrivilegedAction<Object>, AccessControlContext) from the type AccessController is deprecated

/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
 (at line 467)
URL frameworkURL = osgiFrameworkFile.toURL();
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
 (at line 515)
return extensionFile.toURL();
The method toURL() from the type File is deprecated
3. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
 (at line 587)
initialPropertyMap.put(OSGI_INSTALL_AREA, platformDirectory.toURL().toExternalForm());
The method toURL() from the type File is deprecated
4. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
 (at line 596)
initialPropertyMap.put(OSGI_CONFIGURATION_AREA, configurationDirectory.toURL().toExternalForm());
The method toURL() from the type File is deprecated
5. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java
 (at line 605)
initialPropertyMap.put(OSGI_INSTANCE_AREA, workspaceDirectory.toURL().toExternalForm());
The method toURL() from the type File 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