errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged 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 141) 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 195) 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 195) 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 283) 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 283) 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 397) 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 397) 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 420) 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 420) AccessController.doPrivileged(new PrivilegedAction<>() { The method doPrivileged(PrivilegedAction<Object>, AccessControlContext) from the type AccessController is deprecated |
1. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java (at line 458) 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 502) return extensionFile.toURL(); The method toURL() from the type File is deprecated |
3. WARNING in /src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java (at line 573) 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 581) 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 590) initialPropertyMap.put(OSGI_INSTANCE_AREA, workspaceDirectory.toURL().toExternalForm()); The method toURL() from the type File is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |