errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 21) import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 70) BundleInfo bundleInfo= P2Utils.findBundle(bundleId, versionRange, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 95) private IPath getSourceLocation(BundleInfo bundleInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 103) URL bundleUrl= FileLocator.toFileURL(URIUtil.toURL(bundleInfo.getLocation())); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 123) BundleInfo sourceBundleInfo= P2Utils.findBundle(sourceBundleId, new Version(bundleInfo.getVersion()), true); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java (at line 123) BundleInfo sourceBundleInfo= P2Utils.findBundle(sourceBundleId, new Version(bundleInfo.getVersion()), true); Discouraged access: The method getVersion() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 26) import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 27) import org.eclipse.equinox.internal.provisional.simpleconfigurator.manipulator.SimpleConfiguratorManipulator; Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
3. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 70) public static BundleInfo findBundle(String symbolicName, Version version, boolean isSourceBundle) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 113) public static BundleInfo findBundle(String symbolicName, VersionRange versionRange, boolean isSourceBundle) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 117) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
6. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 117) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
7. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 117) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
8. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 141) BundleInfo bundles[]= manipulator.loadConfiguration(bundlesTxt, home); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 141) BundleInfo bundles[]= manipulator.loadConfiguration(bundlesTxt, home); Discouraged access: The method loadConfiguration(URL, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
10. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 144) BundleInfo bundle= bundles[j]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 145) if (symbolicName.equals(bundle.getSymbolicName()) && versionRange.isIncluded(new Version(bundle.getVersion()))) { Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 145) if (symbolicName.equals(bundle.getSymbolicName()) && versionRange.isIncluded(new Version(bundle.getVersion()))) { Discouraged access: The method getVersion() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 169) public static IPath getBundleLocationPath(BundleInfo bundleInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 173) URI bundleLocation= bundleInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |