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/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 16) import org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxConstants; Discouraged access: The type EquinoxConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 27) public void testMacOSSetup() throws FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 28) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 29) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 29) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 37) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 38) launcherData.setLauncher(launcherName); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 39) launcherData.setLauncherConfigLocation(new File(launcherFolder, "eclipse.ini")); Discouraged access: The method setLauncherConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 40) launcherData.setOS(Constants.OS_MACOSX); Discouraged access: The method setOS(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 50) manipulator.getConfigData().addBundle(new BundleInfo(osgiJar.toURI())); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 50) manipulator.getConfigData().addBundle(new BundleInfo(osgiJar.toURI())); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 51) manipulator.getConfigData().addBundle(new BundleInfo(scJar.toURI(), 1, true)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 51) manipulator.getConfigData().addBundle(new BundleInfo(scJar.toURI(), 1, true)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 52) manipulator.getConfigData().addBundle(new BundleInfo(launcherJar.toURI())); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 52) manipulator.getConfigData().addBundle(new BundleInfo(launcherJar.toURI())); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 54) manipulator.getLauncherData().addProgramArg(EquinoxConstants.OPTION_STARTUP); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 54) manipulator.getLauncherData().addProgramArg(EquinoxConstants.OPTION_STARTUP); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 54) manipulator.getLauncherData().addProgramArg(EquinoxConstants.OPTION_STARTUP); Discouraged access: The type EquinoxConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 54) manipulator.getLauncherData().addProgramArg(EquinoxConstants.OPTION_STARTUP); Discouraged access: The field OPTION_STARTUP from the type EquinoxConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 55) manipulator.getLauncherData().addProgramArg(launcherJar.toURI().toString()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 55) manipulator.getLauncherData().addProgramArg(launcherJar.toURI().toString()); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 57) manipulator.getLauncherData().setFwJar(osgiJar); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 57) manipulator.getLauncherData().setFwJar(osgiJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 60) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 76) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 77) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 77) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 84) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 84) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 85) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 86) launcherData.setLauncher(launcherName); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 87) launcherData.setOS(Constants.OS_MACOSX); Discouraged access: The method setOS(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 96) manipulator.getConfigData().addBundle(new BundleInfo(osgiJar.toURI())); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 96) manipulator.getConfigData().addBundle(new BundleInfo(osgiJar.toURI())); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 97) manipulator.getConfigData().addBundle(new BundleInfo(scJar.toURI(), 1, true)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 97) manipulator.getConfigData().addBundle(new BundleInfo(scJar.toURI(), 1, true)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 98) manipulator.getConfigData().addBundle(new BundleInfo(bundle.toURI())); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 98) manipulator.getConfigData().addBundle(new BundleInfo(bundle.toURI())); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
41. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/MacOSLikeSetup.java (at line 99) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 28) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 31) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 37) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 39) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 43) LauncherData data = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 43) LauncherData data = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug267850.java (at line 44) String[] args = data.getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 14) import org.eclipse.equinox.internal.frameworkadmin.equinox.utils.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 15) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 40) Manipulator manipulator = getFrameworkManipulator(new File(installFolder, "configuration"), new File(installFolder, "eclipse")); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 43) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), foo2.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 43) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), foo2.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 44) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo_1.2.3.abc"), foo1.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 44) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo_1.2.3.abc"), foo1.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 45) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo.x86_64"), foo_64.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 45) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo.x86_64"), foo_64.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 47) assertEquals(FileUtils.getEclipseRealLocation(manipulator, plugins.toURI().toString() + "alotof/s%20p%20a%20c%20e%20s/org.foo_1.2.3.abc/"), fooWithSpaces.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 47) assertEquals(FileUtils.getEclipseRealLocation(manipulator, plugins.toURI().toString() + "alotof/s%20p%20a%20c%20e%20s/org.foo_1.2.3.abc/"), fooWithSpaces.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 51) manipulator.getConfigData().setProperty("osgi.syspath", other.getParentFile().getAbsolutePath()); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 51) manipulator.getConfigData().setProperty("osgi.syspath", other.getParentFile().getAbsolutePath()); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 52) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), other.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 52) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), other.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 62) Manipulator manipulator = getFrameworkManipulator(new File(installFolder, "configuration"), new File(installFolder, "Eclipse.app/Contents/MacOS/eclipse")); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 63) manipulator.getLauncherData().setOS(Constants.OS_MACOSX); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 63) manipulator.getLauncherData().setOS(Constants.OS_MACOSX); Discouraged access: The method setOS(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 64) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), foo.toURI()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/UtilsTest.java (at line 64) assertEquals(FileUtils.getEclipseRealLocation(manipulator, "org.foo"), foo.toURI()); Discouraged access: The method getEclipseRealLocation(Manipulator, String) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 30) Manipulator manipulator = getFrameworkManipulator(configurationFolder, new File(installFolder, "foo")); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 35) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 35) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 36) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 36) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 38) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 61) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 63) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 63) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 64) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 64) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 65) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 65) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 66) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 67) launcherData.setLauncher(new File(folder, "eclipse")); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 69) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 71) assertEquals(manipulator.getLauncherData().getFwPersistentDataLocation(), new File(folder, "configuration")); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 71) assertEquals(manipulator.getLauncherData().getFwPersistentDataLocation(), new File(folder, "configuration")); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 79) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 80) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 80) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 81) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 81) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 82) launcherData.setLauncher(new File(installFolder, "eclipse")); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 84) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 89) assertEquals(launcherData.getJvmArgs(), new String[] {"-Xmx256m"}); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 90) assertEquals(launcherData.getProgramArgs(), new String[] {"-foo", "bar"}); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 92) launcherData.addJvmArg("-Xms64m"); Discouraged access: The method addJvmArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 93) launcherData.addProgramArg("-console"); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 97) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 97) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ManipulatorTests.java (at line 98) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 16) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdminRuntimeException; Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 17) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 20) private Manipulator m; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 31) public void testVMInsideInstall() throws FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 33) File jreLocation = new File(m.getLauncherData().getLauncher().getParentFile(), "jre"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 33) File jreLocation = new File(m.getLauncherData().getLauncher().getParentFile(), "jre"); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 34) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 34) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 35) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 38) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 38) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 39) assertContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 39) assertContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 40) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 40) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 41) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 42) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 42) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 44) m.getLauncherData().setJvm(null); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 44) m.getLauncherData().setJvm(null); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 45) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 46) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 46) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 47) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 47) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 50) public void testVMOutsideInstall() throws FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 52) File jreLocation = new File(m.getLauncherData().getLauncher().getParentFile(), "../../jre").getCanonicalFile(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 52) File jreLocation = new File(m.getLauncherData().getLauncher().getParentFile(), "../../jre").getCanonicalFile(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 53) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 53) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 54) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 56) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 56) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 57) assertContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 57) assertContent(m.getLauncherData().getLauncherConfigLocation(), "jre"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 58) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 58) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 59) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 60) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 60) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
41. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 63) public void test269502() throws FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 69) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
43. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 69) m.getLauncherData().setJvm(jreLocation); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
44. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 70) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
45. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 72) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
46. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 72) assertContent(m.getLauncherData().getLauncherConfigLocation(), "-vm"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
47. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 73) assertContent(m.getLauncherData().getLauncherConfigLocation(), chosenPath); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
48. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 73) assertContent(m.getLauncherData().getLauncherConfigLocation(), chosenPath); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
49. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 74) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
50. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 74) assertNotContent(m.getLauncherData().getLauncherConfigLocation(), "file:"); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
51. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 75) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
52. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 76) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
53. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 76) assertEquals(jreLocation, m.getLauncherData().getJvm()); Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
54. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 83) * @throws FrameworkAdminRuntimeException Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
55. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 86) public void test282303() throws FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
56. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 90) m.getLauncherData().addProgramArg("-vm"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
57. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 90) m.getLauncherData().addProgramArg("-vm"); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
58. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 91) m.getLauncherData().addProgramArg("../mylocation"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
59. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 91) m.getLauncherData().addProgramArg("../mylocation"); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
60. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 92) m.getLauncherData().addProgramArg("-otherarg"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
61. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 92) m.getLauncherData().addProgramArg("-otherarg"); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
62. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 93) m.getLauncherData().setJvm(new File("../mylocation")); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
63. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 93) m.getLauncherData().setJvm(new File("../mylocation")); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
64. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 94) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
65. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 95) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
66. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 96) String[] args = m.getLauncherData().getProgramArgs(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
67. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestVMArg.java (at line 96) String[] args = m.getLauncherData().getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 15) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdmin; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 16) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 29) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 30) Manipulator m = fwkAdmin.getRunningManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 30) Manipulator m = fwkAdmin.getRunningManipulator(); Discouraged access: The method getRunningManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 31) BundleInfo[] infos = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestRunningInstance.java (at line 31) BundleInfo[] infos = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 35) protected Manipulator getNewManipulator(String workArea) throws FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 35) protected Manipulator getNewManipulator(String workArea) throws FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 36) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 37) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 37) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 43) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 43) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 44) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 45) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 47) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 54) protected Manipulator createMinimalConfiguration(String workArea) throws Exception { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 55) Manipulator manipulator = getNewManipulator(workArea); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 60) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 60) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 61) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 61) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 64) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FwkAdminAndSimpleConfiguratorTest.java (at line 67) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 41) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 42) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 43) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 43) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 44) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 44) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 45) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 47) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 52) assertEquals(configurationFolder, manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 52) assertEquals(configurationFolder, manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 53) assertEquals("bar", manipulator.getConfigData(). getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest5.java (at line 53) assertEquals("bar", manipulator.getConfigData(). getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 29) FrameworkAdmin fwkAdmin = null; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 35) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 35) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 41) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 41) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 42) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 43) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 46) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 47) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 70) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 70) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 71) manipulator.getConfigData().addBundle(bundle1Bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 71) manipulator.getConfigData().addBundle(bundle1Bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 72) manipulator.getConfigData().addBundle(bundle2Bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 72) manipulator.getConfigData().addBundle(bundle2Bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 74) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug258370.java (at line 75) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 28) public void testConfigFiles() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 30) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 38) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 39) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 41) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 52) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 60) launcherData2.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 61) launcherData2.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 64) m2.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 68) launcherData2.setLauncher(new File(installFolder, "bar")); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoRenamingLauncherIni.java (at line 69) m2.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 32) public void testPresenceOfConfigurationInEclipseINI() throws FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 33) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 34) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 34) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 40) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 40) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 41) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 42) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 47) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 47) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 48) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 48) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/NoConfigurationValueInEclipseIni.java (at line 51) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 21) import org.eclipse.equinox.internal.frameworkadmin.equinox.ParserUtils; Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 22) import org.eclipse.equinox.internal.frameworkadmin.equinox.utils.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 75) public FrameworkAdmin getEquinoxFrameworkAdmin() throws BundleException { Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 76) final String FILTER_OBJECTCLASS = "(" + Constants.OBJECTCLASS + "=" + FrameworkAdmin.class.getName() + ")"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 77) final String filterFwName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME + "=Equinox)"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 77) final String filterFwName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME + "=Equinox)"; Discouraged access: The field SERVICE_PROP_KEY_FW_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 78) final String filterLauncherName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME + "=Eclipse.exe)"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 78) final String filterLauncherName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME + "=Eclipse.exe)"; Discouraged access: The field SERVICE_PROP_KEY_LAUNCHER_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 98) return (FrameworkAdmin) fwAdminTracker.getService(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 182) args = FileUtils.loadFile(file); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 182) args = FileUtils.loadFile(file); Discouraged access: The method loadFile(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 186) String tmp = ParserUtils.getValueForArgument(argument, args); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 186) String tmp = ParserUtils.getValueForArgument(argument, args); Discouraged access: The method getValueForArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 373) protected Manipulator getFrameworkManipulator(File configuration, File launcher) throws BundleException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 375) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 376) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 376) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 378) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 378) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 379) launcherData.setFwConfigLocation(configuration); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/AbstractFwkAdminTest.java (at line 380) launcherData.setLauncher(launcher); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 28) public void testConfigFiles() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 30) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 38) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 39) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 41) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 52) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 60) launcherData2.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 61) launcherData2.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 64) m2.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 69) BundleInfo[] infos = m2.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 69) BundleInfo[] infos = m2.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 71) m2.getConfigData().removeBundle(infos[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 71) m2.getConfigData().removeBundle(infos[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingAllBundles.java (at line 73) m2.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 28) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 31) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 37) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 39) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 43) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 43) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTestBug285935.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 28) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 31) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 37) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 39) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 43) assertEquals(new File(installFolder, "configuration"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 43) assertEquals(new File(installFolder, "configuration"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest3.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 30) public void testConfigFiles() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 32) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 33) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 33) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 39) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 39) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 40) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 41) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 43) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 51) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 51) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 52) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 52) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorTest.java (at line 54) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 15) import org.eclipse.equinox.internal.frameworkadmin.equinox.ParserUtils; Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 18) * Tests for {@link ParserUtils}. Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 29) assertEquals( "bar", ParserUtils.getValueForArgument("-foo", args)); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 29) assertEquals( "bar", ParserUtils.getValueForArgument("-foo", args)); Discouraged access: The method getValueForArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 32) assertEquals(null, ParserUtils.getValueForArgument("-foo", args)); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 32) assertEquals(null, ParserUtils.getValueForArgument("-foo", args)); Discouraged access: The method getValueForArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 37) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 37) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The method removeArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 41) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 41) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The method removeArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 45) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 45) ParserUtils.removeArgument("-foo", Arrays.asList(args)); Discouraged access: The method removeArgument(String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 51) ParserUtils.setValueForArgument("-foo", "bar", args); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 51) ParserUtils.setValueForArgument("-foo", "bar", args); Discouraged access: The method setValueForArgument(String, String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 58) ParserUtils.setValueForArgument("-foo", "bas", args); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 58) ParserUtils.setValueForArgument("-foo", "bas", args); Discouraged access: The method setValueForArgument(String, String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 65) ParserUtils.setValueForArgument("-foo", "bas", args); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 65) ParserUtils.setValueForArgument("-foo", "bas", args); Discouraged access: The method setValueForArgument(String, String, List) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 74) File result =ParserUtils.fromOSGiJarToOSGiInstallArea(path); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 74) File result =ParserUtils.fromOSGiJarToOSGiInstallArea(path); Discouraged access: The method fromOSGiJarToOSGiInstallArea(String) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 78) result =ParserUtils.fromOSGiJarToOSGiInstallArea(path); Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ParserUtilsTest.java (at line 78) result =ParserUtils.fromOSGiJarToOSGiInstallArea(path); Discouraged access: The method fromOSGiJarToOSGiInstallArea(String) from the type ParserUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 19) import org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxManipulatorImpl; Discouraged access: The type EquinoxManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 41) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 42) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 42) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 47) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 47) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 48) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 49) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 51) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 58) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 58) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 59) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 59) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 61) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 64) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 77) manipulator.getConfigData().addBundle(bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 77) manipulator.getConfigData().addBundle(bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 78) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 81) Manipulator newManipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 81) Manipulator newManipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 82) LauncherData newLauncherData = newManipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 82) LauncherData newLauncherData = newManipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 83) newLauncherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 84) newLauncherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 86) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 109) assertEquals("1." + i, data[i][1], EquinoxManipulatorImpl.makeRelative(data[i][0], base)); Discouraged access: The type EquinoxManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 109) assertEquals("1." + i, data[i][1], EquinoxManipulatorImpl.makeRelative(data[i][0], base)); Discouraged access: The method makeRelative(String, URL) from the type EquinoxManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 133) assertEquals("2." + i, data[i][1], EquinoxManipulatorImpl.makeRelative(data[i][0], base)); Discouraged access: The type EquinoxManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RelativePathTest.java (at line 133) assertEquals("2." + i, data[i][1], EquinoxManipulatorImpl.makeRelative(data[i][0], base)); Discouraged access: The method makeRelative(String, URL) from the type EquinoxManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 16) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 26) Manipulator manipulator = createMinimalConfiguration(FrameworkExtensionTest.class.getName()); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 29) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 29) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 30) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 36) manipulator.getConfigData().removeBundle(basicBundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 36) manipulator.getConfigData().removeBundle(basicBundleInfo); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/FrameworkExtensionTest.java (at line 37) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 19) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 27) Manipulator m = null; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 35) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 35) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 38) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 38) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 41) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 49) bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 49) bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 52) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 52) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 55) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 64) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 64) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 67) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 67) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 70) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 78) bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 78) bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 81) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 81) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 84) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 94) m.getConfigData().addBundle(bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 94) m.getConfigData().addBundle(bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 95) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 97) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 97) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 100) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 100) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/CleanupTest.java (at line 102) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 14) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 29) LauncherData data = new LauncherData("equinox", "1.0", "eclipse", "1.0"); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 29) LauncherData data = new LauncherData("equinox", "1.0", "eclipse", "1.0"); Discouraged access: The constructor LauncherData(String, String, String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 29) LauncherData data = new LauncherData("equinox", "1.0", "eclipse", "1.0"); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 30) data.setProgramArgs(new String[] {"-console", "-startup", "foo"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 31) data.removeProgramArg("-startup"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 32) assertEquals("1.0", new String[] {"-console"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 34) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 35) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "-bar"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 36) data.removeProgramArg("-startup"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 37) assertEquals("2.0", new String[] {"-console", "-bar"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 39) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 40) data.setProgramArgs(new String[] {"-startup", "foo"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 41) data.removeProgramArg("-startup"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 42) assertEquals("3.0", new String[0], data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 44) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 45) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 46) data.removeProgramArg("-startup"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 47) assertEquals("4.0", new String[] {"-console"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 49) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 50) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar", "-xxx"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 51) data.removeProgramArg("-startup"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 52) assertEquals("5.0", new String[] {"-console", "-xxx"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 55) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 56) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar", "-xxx"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 57) data.removeProgramArg("foo"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 58) assertEquals("6.0", new String[] {"-console", "-startup", "foo", "bar", "-xxx"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 61) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 62) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar", "-xxx"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 63) data.removeProgramArg("zzz"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 64) assertEquals("7.0", new String[] {"-console", "-startup", "foo", "bar", "-xxx"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 67) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 68) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar", "-xxx"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 69) data.removeProgramArg("foo"); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 70) assertEquals("8.0", new String[] {"-console", "-startup", "foo", "bar", "-xxx"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 73) data.setProgramArgs(null); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 74) data.setProgramArgs(new String[] {"-console", "-startup", "foo", "bar", "-xxx"}); Discouraged access: The method setProgramArgs(String[]) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 75) data.removeProgramArg(" "); Discouraged access: The method removeProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherDataTest.java (at line 76) assertEquals("9.0", new String[] {"-console", "-startup", "foo", "bar", "-xxx"}, data.getProgramArgs()); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 23) Manipulator m = null; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 36) m.getConfigData().addBundle(bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 36) m.getConfigData().addBundle(bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 37) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 39) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 39) BundleInfo[] bis = m.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 42) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 42) m.getConfigData().removeBundle(bis[i]); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 44) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 50) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 51) Manipulator newManipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 51) Manipulator newManipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 53) LauncherData launcherData = newManipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 53) LauncherData launcherData = newManipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 54) launcherData.setFwConfigLocation(getConfigurationFolder()); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 55) launcherData.setLauncher(new File(getInstallFolder(), getLauncherName())); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 57) newManipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 62) newManipulator.getConfigData().addBundle(new BundleInfo(URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.equinox.simpleconfigurator.jar"))), 1, true)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 62) newManipulator.getConfigData().addBundle(new BundleInfo(URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.equinox.simpleconfigurator.jar"))), 1, true)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SimpleConfiguratorComingAndGoing.java (at line 63) newManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 20) import org.eclipse.equinox.internal.frameworkadmin.equinox.Log; Discouraged access: The type Log is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 21) import org.eclipse.equinox.internal.frameworkadmin.equinox.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 35) public void testDefaultConfiguration() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 37) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 38) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 38) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 47) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 47) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 48) launcherData.setFwConfigLocation(defaultConfigurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 49) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 52) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 57) assertEquals("false", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 57) assertEquals("false", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 58) assertEquals("true", manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 58) assertEquals("true", manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 61) public void testSharedConfiguration() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 63) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 64) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 64) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 76) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 76) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 77) launcherData.setFwConfigLocation(userConfigurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 78) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 81) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 86) assertEquals("true", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 86) assertEquals("true", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 87) assertEquals("true", manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 87) assertEquals("true", manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 90) public void testNotSharedConfiguration() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 92) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 93) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 93) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 105) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 105) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 106) launcherData.setFwConfigLocation(userConfigurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 107) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 110) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 115) assertEquals("false", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 115) assertEquals("false", manipulator.getConfigData().getProperty("config.shared")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 116) assertEquals(null, manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
41. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 116) assertEquals(null, manipulator.getConfigData().getProperty("from.parent")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 119) public void testConfigIniTimestamp() throws BundleException, FrameworkAdminRuntimeException, IOException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
43. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 121) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
44. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 122) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
45. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 122) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
46. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 134) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
47. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 134) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
48. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 135) launcherData.setFwConfigLocation(userConfigurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
49. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 136) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
50. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 139) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
51. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 148) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
52. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 148) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
53. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 149) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
54. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 149) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
55. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 151) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
56. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 157) public void testConfigurationIgnoredWhenChanged() throws BundleException, FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
57. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 159) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
58. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 160) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
59. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 160) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
60. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 178) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
61. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 178) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
62. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 179) launcherData.setFwConfigLocation(userConfigurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
63. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 180) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
64. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 183) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
65. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 188) assertNull(manipulator.getConfigData().getProperty("userKey")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
66. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 188) assertNull(manipulator.getConfigData().getProperty("userKey")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
67. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 189) assertEquals("sharedValue", manipulator.getConfigData().getProperty("sharedKey")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
68. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 189) assertEquals("sharedValue", manipulator.getConfigData().getProperty("sharedKey")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
69. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 198) Log.log(LogService.LOG_INFO, NLS.bind(Messages.log_propertiesSaved, outputFile)); Discouraged access: The type Log is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
70. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 198) Log.log(LogService.LOG_INFO, NLS.bind(Messages.log_propertiesSaved, outputFile)); Discouraged access: The method log(int, String) from the type Log is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
71. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 198) Log.log(LogService.LOG_INFO, NLS.bind(Messages.log_propertiesSaved, outputFile)); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
72. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/SharedConfigurationTest.java (at line 198) Log.log(LogService.LOG_INFO, NLS.bind(Messages.log_propertiesSaved, outputFile)); Discouraged access: The field log_propertiesSaved from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 41) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 42) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 43) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 43) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 44) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 44) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 45) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 47) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 52) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 52) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 53) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest2.java (at line 53) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 28) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 31) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 32) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 36) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 37) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 39) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 43) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 43) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest1.java (at line 44) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 13) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 16) Manipulator m = null; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 28) m.getConfigData().setProperty("eclipse.p2.data.area", "@config.dir/../p2"); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 28) m.getConfigData().setProperty("eclipse.p2.data.area", "@config.dir/../p2"); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 29) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 31) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 32) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 35) m.getConfigData().setProperty("eclipse.p2.data.area", new File(getConfigurationFolder(), "p2").getAbsoluteFile().toURI().toString()); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 35) m.getConfigData().setProperty("eclipse.p2.data.area", new File(getConfigurationFolder(), "p2").getAbsoluteFile().toURI().toString()); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 36) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 38) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 39) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 42) m.getConfigData().setProperty("eclipse.p2.data.area", new File(getConfigurationFolder(), "../p2").getAbsoluteFile().toURI().toString()); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 42) m.getConfigData().setProperty("eclipse.p2.data.area", new File(getConfigurationFolder(), "../p2").getAbsoluteFile().toURI().toString()); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 43) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 45) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 46) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 49) m.getConfigData().setProperty("eclipse.p2.data.area", "file:/d:/tmp/fo%20o/bar/p2"); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 49) m.getConfigData().setProperty("eclipse.p2.data.area", "file:/d:/tmp/fo%20o/bar/p2"); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 50) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 53) m.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/TestEclipseDataArea.java (at line 54) m.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 29) Manipulator manipulator = createMinimalConfiguration(RemovingABundle.class.getName()); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 30) manipulator.getConfigData().addBundle(new BundleInfo("bundle_1", "1.0.0", URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/bundle_1"))), 4, false)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 30) manipulator.getConfigData().addBundle(new BundleInfo("bundle_1", "1.0.0", URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/bundle_1"))), 4, false)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 31) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 38) public void testRemoveBundleWithoutURL() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 39) Manipulator m2 = getEquinoxFrameworkAdmin().getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 39) Manipulator m2 = getEquinoxFrameworkAdmin().getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 41) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 41) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 42) launcherData2.setFwConfigLocation(getConfigurationFolder()); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 43) launcherData2.setLauncher(new File(getInstallFolder(), "eclipse")); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 46) m2.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 51) m2.getConfigData().removeBundle(info); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 51) m2.getConfigData().removeBundle(info); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RemovingABundle.java (at line 52) m2.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 28) public void testCustomLauncherConfig() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 30) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 40) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 40) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 42) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 43) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 49) launcherData.setLauncherConfigLocation(launchConfig); Discouraged access: The method setLauncherConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 51) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 59) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 59) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 60) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 60) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/LauncherConfigLocationTest.java (at line 62) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 28) public void testConfigFiles() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 30) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 31) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 38) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 39) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 41) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 49) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 50) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 52) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 57) Manipulator m2 = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 59) LauncherData launcherData2 = m2.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 60) launcherData2.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 61) launcherData2.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 64) m2.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 68) launcherData2.setLauncher(new File(installFolder, "foo")); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/RenamingLauncherIni.java (at line 69) m2.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 42) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 43) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 44) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 44) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 45) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 45) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 46) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 48) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 53) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 53) assertEquals(new File(installFolder, "conf"), manipulator.getLauncherData().getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 54) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/ReaderTest4.java (at line 54) assertEquals("bar", manipulator.getConfigData().getProperty("foo")); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 37) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 38) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 38) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 46) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 46) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 47) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 48) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 50) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 58) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 58) manipulator.getConfigData().addBundle(osgiBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 59) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 59) manipulator.getConfigData().addBundle(configuratorBi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 61) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 64) public void testConfigContent() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 65) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 66) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 66) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 68) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 68) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 69) launcherData.setFwConfigLocation(configurationFolder); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 70) launcherData.setLauncher(new File(installFolder, launcherName)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 72) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 78) assertContains("1.0", manipulator.getConfigData().getBundles(), URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.osgi.jar")))); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 78) assertContains("1.0", manipulator.getConfigData().getBundles(), URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.osgi.jar")))); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 79) assertContains("2.0", manipulator.getConfigData().getBundles(), URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.equinox.simpleconfigurator.jar")))); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 79) assertContains("2.0", manipulator.getConfigData().getBundles(), URIUtil.toURI(FileLocator.resolve(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.equinox.simpleconfigurator.jar")))); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 85) manipulator.getConfigData().addBundle(bundle1Bi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 85) manipulator.getConfigData().addBundle(bundle1Bi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/Bug196525.java (at line 87) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdminRuntimeException; Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 19) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 23) private Manipulator defaultManipulator = null; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 35) public void testRemovalUsingSameManipulator() throws IllegalStateException, FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 36) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 36) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 44) assertEquals(true, defaultManipulator.getConfigData().removeBundle(osgi)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 44) assertEquals(true, defaultManipulator.getConfigData().removeBundle(osgi)); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 45) defaultManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 50) public void testRemovalUsingOtherManipulator() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 51) Manipulator newManipulator = getNewManipulator(workArea); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 52) BundleInfo[] infos = newManipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 52) BundleInfo[] infos = newManipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 60) newManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 60) newManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 61) newManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 66) public void testAdditionUsingOtherManipulator() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 67) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 67) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 75) assertEquals(true, defaultManipulator.getConfigData().removeBundle(osgi)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 75) assertEquals(true, defaultManipulator.getConfigData().removeBundle(osgi)); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 76) defaultManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 78) Manipulator newManipulator = getNewManipulator(workArea); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 80) newManipulator.getConfigData().addBundle(osgi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 80) newManipulator.getConfigData().addBundle(osgi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 81) newManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 86) public void testChangeVersion() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, URISyntaxException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 87) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
29. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 87) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
30. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 95) defaultManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
31. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 95) defaultManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 96) defaultManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 102) defaultManipulator.getConfigData().addBundle(newOSGi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 102) defaultManipulator.getConfigData().addBundle(newOSGi); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 103) defaultManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 108) public void testReadConfigWithoutOSGi() throws IllegalStateException, FrameworkAdminRuntimeException, IOException, BundleException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 110) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 110) BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 118) defaultManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 118) defaultManipulator.getConfigData().removeBundle(osgi); Discouraged access: The method removeBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
41. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 119) defaultManipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 123) Manipulator newManipulator = getNewManipulator(workArea); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
43. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 124) assertEquals(1, newManipulator.getConfigData().getBundles().length); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
44. WARNING in /src/org/eclipse/equinox/frameworkadmin/tests/OSGiVersionChange.java (at line 124) assertEquals(1, newManipulator.getConfigData().getBundles().length); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |