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/M200909170800/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/M200909170800/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/M200909170800/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/M200909170800/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/M200909170800/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/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 23) import org.eclipse.equinox.internal.provisional.simpleconfigurator.manipulator.SimpleConfiguratorManipulator; Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
3. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 67) private static BundleInfo[] readBundles(boolean isSourceBundle, boolean useConfigArea) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 92) BundleInfo bundles[]= getBundlesFromFile(bundlesLocationURL, bundlesTxt); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 107) * Returns an array of {@link BundleInfo} for each bundle entry or <code>null</code> if there is a Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 115) private static BundleInfo[] getBundlesFromFile(URL bundlesLocation, URL fileURL) throws IOException { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 116) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
8. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 116) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
9. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 116) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
10. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 121) return manipulator.loadConfiguration(fileURL, home); Discouraged access: The method loadConfiguration(URL, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
11. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 135) 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/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 153) 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/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 158) BundleInfo bundleInfo= findBundle(symbolicName, versionRange, isSourceBundle, true); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 178) private static BundleInfo findBundle(String symbolicName, VersionRange versionRange, boolean isSourceBundle, boolean useConfigArea) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 179) BundleInfo[] bundles= readBundles(isSourceBundle, useConfigArea); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 184) if (symbolicName.equals(bundles[i].getSymbolicName()) && versionRange.isIncluded(new Version(bundles[i].getVersion()))) { Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 184) if (symbolicName.equals(bundles[i].getSymbolicName()) && versionRange.isIncluded(new Version(bundles[i].getVersion()))) { Discouraged access: The method getVersion() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 200) public static IPath getBundleLocationPath(BundleInfo bundleInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 204) URI bundleLocation= bundleInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |