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/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java (at line 24) import org.osgi.service.packageadmin.PackageAdmin; The type PackageAdmin is deprecated |
2. WARNING in /src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java (at line 47) ServiceReference<PackageAdmin> sr = Activator.getContext().getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
3. WARNING in /src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java (at line 47) ServiceReference<PackageAdmin> sr = Activator.getContext().getServiceReference(PackageAdmin.class); The type PackageAdmin is deprecated |
4. WARNING in /src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java (at line 50) PackageAdmin packageAdmin = Activator.getContext().getService(sr); The type PackageAdmin is deprecated |
5. WARNING in /src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java (at line 54) Bundle[] bundles = packageAdmin.getBundles("org.eclipse.equinox.frameworkadmin.equinox", null); //$NON-NLS-1$ The method getBundles(String, String) from 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 |