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/service/weaving/ISupplementerRegistry.java (at line 35) public PackageAdmin getPackageAdmin(); The type PackageAdmin is deprecated |
2. WARNING in /src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java (at line 52) public void setPackageAdmin(final PackageAdmin packageAdmin); The type PackageAdmin is deprecated |
1. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 57) private PackageAdmin packageAdminService; The type PackageAdmin is deprecated |
2. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 59) private StartLevel startLevelService; The type StartLevel is deprecated |
3. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 120) host = packageAdminService.getHosts(fragment)[0]; The method getHosts(Bundle) from the type PackageAdmin is deprecated |
4. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 201) && startLevelService.getStartLevel() > 0) { The method getStartLevel() from the type StartLevel is deprecated |
5. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 247) final ServiceReference<PackageAdmin> ref = context.getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
6. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 247) final ServiceReference<PackageAdmin> ref = context.getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
7. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 264) final ServiceReference<StartLevel> ref = context.getServiceReference(StartLevel.class); The type StartLevel is deprecated |
8. WARNING in /src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java (at line 264) final ServiceReference<StartLevel> ref = context.getServiceReference(StartLevel.class); The type StartLevel is deprecated |
1. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 92) private PackageAdmin packageAdmin; The type PackageAdmin is deprecated |
2. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 175) final Bundle[] hosts = this.packageAdmin.getHosts(bundle); The method getHosts(Bundle) from the type PackageAdmin is deprecated |
3. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 216) public PackageAdmin getPackageAdmin() { The type PackageAdmin is deprecated |
4. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 392) * @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin) Javadoc: The type PackageAdmin is deprecated |
5. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 392) * @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin) Javadoc: The type PackageAdmin is deprecated |
6. WARNING in /src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java (at line 395) public void setPackageAdmin(final PackageAdmin packageAdmin) { The type PackageAdmin is deprecated |
1. WARNING in /src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java (at line 51) this.url = delegate.getBaseFile().toURL(); The method toURL() from the type File is deprecated |
1. WARNING in /src/org/eclipse/equinox/weaving/hooks/WeavingHook.java (at line 125) final ServiceReference<PackageAdmin> serviceReference = context.getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
2. WARNING in /src/org/eclipse/equinox/weaving/hooks/WeavingHook.java (at line 125) final ServiceReference<PackageAdmin> serviceReference = context.getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
3. WARNING in /src/org/eclipse/equinox/weaving/hooks/WeavingHook.java (at line 126) final PackageAdmin packageAdmin = context.getService(serviceReference); The type PackageAdmin is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |