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/I200906111540/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/I200906111540/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/I200906111540/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/I200906111540/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/I200906111540/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/I200906111540/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/I200906111540/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/I200906111540/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
3. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 62) private static BundleInfo[] readBundles() { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 69) BundleInfo bundles[]= getBundlesFromFile(bundlesTxt); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 91) private static BundleInfo[] readSourceBundles() { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 98) BundleInfo srcBundles[]= getBundlesFromFile(srcBundlesTxt); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 113) * Returns a list 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/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 120) private static BundleInfo[] getBundlesFromFile(URL fileURL) throws IOException { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 121) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
10. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 121) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
11. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 121) SimpleConfiguratorManipulator manipulator= (SimpleConfiguratorManipulator)JUnitPlugin.getDefault().getService(SimpleConfiguratorManipulator.class.getName()); Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
12. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 126) 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/I200906111540/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |
13. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 140) 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/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 158) 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/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 162) BundleInfo[] bundles; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 172) 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/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 172) 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/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 185) public static IPath getBundleLocationPath(BundleInfo bundleInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java (at line 189) URI bundleLocation= bundleInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |