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/internal/frameworkadmin/equinox/Activator.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 /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.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 /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 20) * This bundle provides the {@link FrameworkAdmin} implementation for Felix. Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 22) * This bundle registers {@link Manipulator} object with these service property values. Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 47) props.put(FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME, EquinoxConstants.FW_NAME); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 47) props.put(FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME, EquinoxConstants.FW_NAME); Discouraged access: The field SERVICE_PROP_KEY_FW_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 48) props.put(FrameworkAdmin.SERVICE_PROP_KEY_FW_VERSION, EquinoxConstants.FW_VERSION); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 48) props.put(FrameworkAdmin.SERVICE_PROP_KEY_FW_VERSION, EquinoxConstants.FW_VERSION); Discouraged access: The field SERVICE_PROP_KEY_FW_VERSION from the type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 49) props.put(FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME, EquinoxConstants.LAUNCHER_NAME); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 49) props.put(FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME, EquinoxConstants.LAUNCHER_NAME); Discouraged access: The field SERVICE_PROP_KEY_LAUNCHER_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 50) props.put(FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_VERSION, EquinoxConstants.LAUNCHER_VERSION); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 50) props.put(FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_VERSION, EquinoxConstants.LAUNCHER_VERSION); Discouraged access: The field SERVICE_PROP_KEY_LAUNCHER_VERSION from the type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 53) props.put(FrameworkAdmin.SERVICE_PROP_KEY_RUNNING_SYSTEM_FLAG, "true"); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 53) props.put(FrameworkAdmin.SERVICE_PROP_KEY_RUNNING_SYSTEM_FLAG, "true"); Discouraged access: The field SERVICE_PROP_KEY_RUNNING_SYSTEM_FLAG from the type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/Activator.java (at line 58) registrationFA = context.registerService(FrameworkAdmin.class.getName(), fwAdmin, props); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 42) public Process launch(Manipulator manipulator, File cwd) throws IllegalArgumentException, IOException, FrameworkAdminRuntimeException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 42) public Process launch(Manipulator manipulator, File cwd) throws IllegalArgumentException, IOException, FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 45) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.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 /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 46) if (launcherData.getLauncher() == null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 51) private Process launchByLauncher(Manipulator manipulator, File cwd) throws IOException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 52) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 52) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 54) if (launcherData.getLauncher() == null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 56) String[] cmdarray = new String[] {launcherData.getLauncher().getAbsolutePath()}; Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 59) cwd = launcherData.getLauncher().getParentFile(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 65) private Process launchInMemory(Manipulator manipulator, File cwd) throws IOException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 66) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 66) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 67) Utils.checkAbsoluteFile(launcherData.getFwJar(), "fwJar"); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 74) if (launcherData.getJvm() != null) Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 75) cmdList.add(launcherData.getJvm().getAbsolutePath()); Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 79) if (launcherData.getJvmArgs() != null) Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 80) for (int i = 0; i < launcherData.getJvmArgs().length; i++) Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
20. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 81) cmdList.add(launcherData.getJvmArgs()[i]); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
21. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 84) cmdList.add(Utils.getRelativePath(launcherData.getFwJar(), cwd)); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
22. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 88) cmdList.add(Utils.getRelativePath(launcherData.getFwPersistentDataLocation(), cwd)); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
23. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherImpl.java (at line 90) if (launcherData.isClean()) Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 21) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 26) private String[] getConfigFileLines(LauncherData launcherData, File outputFile, boolean relative) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 30) final String[] programArgs = launcherData.getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 40) if (launcherData.isClean()) Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 42) File fwPersistentDataLocation = launcherData.getFwPersistentDataLocation(); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 43) File fwConfigLocation = launcherData.getFwConfigLocation(); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 49) launcherData.setFwConfigLocation(fwPersistentDataLocation); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 51) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method setFwPersistentDataLocation(File, boolean) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 51) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 53) if (launcherData.getFwConfigLocation() != null) { Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 55) lines.add(launcherData.getFwConfigLocation().getAbsolutePath()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 59) if (launcherData.getFwJar() != null) { Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 65) path = launcherData.getFwJar().getAbsolutePath(); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 69) if (launcherData.getJvm() != null) { Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 71) lines.add(launcherData.getJvm().getAbsolutePath()); Discouraged access: The method getJvm() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 73) final String[] jvmArgs = launcherData.getJvmArgs(); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 84) private void parseCmdLine(LauncherData launcherData, String[] lines) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 89) boolean clean = launcherData.isClean(); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 91) File fwPersistentDataLoc = launcherData.getFwPersistentDataLocation(); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
20. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 92) File fwConfigLocation = launcherData.getFwConfigLocation(); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
21. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 109) File fwJar = launcherData.getFwJar(); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
22. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 115) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
23. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 138) launcherData.addJvmArg(line); Discouraged access: The method addJvmArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
24. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 163) launcherData.setJvm(file); Discouraged access: The method setJvm(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
25. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 171) launcherData.setFwJar(file); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
26. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 174) launcherData.addProgramArg(lines[i]); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
27. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 179) launcherData.setFwPersistentDataLocation(fwPersistentDataLoc, clean); Discouraged access: The method setFwPersistentDataLocation(File, boolean) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
28. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 180) launcherData.setFwConfigLocation(fwPersistentDataLoc); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
29. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 184) public void read(LauncherData launcherData) throws IOException { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
30. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 201) String osgiInstallArea = getLauncher(lines) != null ? EquinoxManipulatorImpl.makeAbsolute(getLauncher(lines).getPath(), launcherData.getLauncher().getParentFile().getAbsolutePath()) : null; Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
31. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 209) resolveNextLine = needsPathResolution(lines[i], osgiInstallArea, launcherData.getLauncher().getParentFile().getAbsolutePath() + File.separator); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
32. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 265) String osgiInstallArea = getLauncher(lines) != null ? EquinoxManipulatorImpl.makeAbsolute(getLauncher(lines).getPath(), launcherData.getLauncher().getParentFile().getAbsolutePath()) : launcherData.getLauncher().getParentFile().getAbsolutePath(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
33. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 265) String osgiInstallArea = getLauncher(lines) != null ? EquinoxManipulatorImpl.makeAbsolute(getLauncher(lines).getPath(), launcherData.getLauncher().getParentFile().getAbsolutePath()) : launcherData.getLauncher().getParentFile().getAbsolutePath(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
34. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EclipseLauncherParser.java (at line 272) resolveNextLine = needsPathResolution(lines[i], osgiInstallArea, launcherData.getLauncher().getParentFile().getAbsolutePath() + File.separator); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 16) import org.eclipse.core.runtime.internal.adaptor.EclipseEnvironmentInfo; Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 21) import org.eclipse.osgi.framework.internal.core.FrameworkProperties; Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 26) public class EquinoxBundlesState implements BundlesState { Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 48) static File getFwJar(LauncherData launcherData, ConfigData configData) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 48) static File getFwJar(LauncherData launcherData, ConfigData configData) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 74) private static File getFwJar(LauncherData launcherData, ConfigData configData, boolean checkBundleInfos) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 74) private static File getFwJar(LauncherData launcherData, ConfigData configData, boolean checkBundleInfos) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 78) if (launcherData.getFwJar() != null) { Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 79) return launcherData.getFwJar(); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 83) String[] jvmArgs = launcherData.getJvmArgs(); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 137) private static File getSystemBundleFromBundleInfos(BundleInfo[] bundleInfos) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 146) private static File getSystemBundleFromBundleInfos(ConfigData configData) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 147) BundleInfo[] bundleInfos = configData.getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 147) BundleInfo[] bundleInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 168) public static File isSystemBundle(BundleInfo bundleInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 169) if (bundleInfo == null || bundleInfo.getLocation() == null) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 171) String bundleLocation = bundleInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 199) String os = EclipseEnvironmentInfo.guessOS(System.getProperty("os.name"));//$NON-NLS-1$); Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
19. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 199) String os = EclipseEnvironmentInfo.guessOS(System.getProperty("os.name"));//$NON-NLS-1$); Discouraged access: The method guessOS(String) from the type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
20. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 202) String ws = EclipseEnvironmentInfo.guessWS(os); Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
21. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 202) String ws = EclipseEnvironmentInfo.guessWS(os); Discouraged access: The method guessWS(String) from the type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
22. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 208) String name = FrameworkProperties.getProperty("os.arch");//$NON-NLS-1$ Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
23. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 208) String name = FrameworkProperties.getProperty("os.arch");//$NON-NLS-1$ Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
24. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 219) platformProperties.setProperty(Constants.FRAMEWORK_SYSTEMPACKAGES, FrameworkProperties.getProperty(Constants.FRAMEWORK_SYSTEMPACKAGES)); Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
25. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 219) platformProperties.setProperty(Constants.FRAMEWORK_SYSTEMPACKAGES, FrameworkProperties.getProperty(Constants.FRAMEWORK_SYSTEMPACKAGES)); Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
26. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 220) platformProperties.setProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, FrameworkProperties.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT)); Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
27. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 220) platformProperties.setProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, FrameworkProperties.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT)); Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
28. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 221) platformProperties.setProperty("osgi.resolveOptional", "" + "true".equals(FrameworkProperties.getProperty("osgi.resolveOptional"))); Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
29. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 221) platformProperties.setProperty("osgi.resolveOptional", "" + "true".equals(FrameworkProperties.getProperty("osgi.resolveOptional"))); Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.osgi/@dot |
30. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 229) Manipulator manipulator = null; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
31. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 247) EquinoxBundlesState(BundleContext context, EquinoxFwAdminImpl fwAdmin, Manipulator manipulator, boolean useFwPersistentData) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
32. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 253) this.manipulator.setConfigData(manipulator.getConfigData()); Discouraged access: The method setConfigData(ConfigData) from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
33. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 253) this.manipulator.setConfigData(manipulator.getConfigData()); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
34. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 254) this.manipulator.setLauncherData(manipulator.getLauncherData()); Discouraged access: The method setLauncherData(LauncherData) from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
35. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 254) this.manipulator.setLauncherData(manipulator.getLauncherData()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
36. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 267) EquinoxBundlesState(BundleContext context, EquinoxFwAdminImpl fwAdmin, Manipulator manipulator, Properties platformProperties) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
37. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 274) this.manipulator.setConfigData(manipulator.getConfigData()); Discouraged access: The method setConfigData(ConfigData) from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
38. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 274) this.manipulator.setConfigData(manipulator.getConfigData()); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
39. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 275) this.manipulator.setLauncherData(manipulator.getLauncherData()); Discouraged access: The method setLauncherData(LauncherData) from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
40. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 275) this.manipulator.setLauncherData(manipulator.getLauncherData()); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
41. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 276) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
42. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 276) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
43. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 277) ConfigData configData = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
44. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 277) ConfigData configData = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
45. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 278) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
46. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 278) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
47. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 290) private void composeNewState(LauncherData launcherData, ConfigData configData, BundleInfo[] bInfos) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
48. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 290) private void composeNewState(LauncherData launcherData, ConfigData configData, BundleInfo[] bInfos) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
49. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 290) private void composeNewState(LauncherData launcherData, ConfigData configData, BundleInfo[] bInfos) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
50. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 291) this.composeNewState(launcherData, configData, configData.getFwDependentProps(), bInfos); Discouraged access: The method getFwDependentProps() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
51. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 304) private void composeNewState(LauncherData launcherData, ConfigData configData, Properties properties, BundleInfo[] bInfos) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
52. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 304) private void composeNewState(LauncherData launcherData, ConfigData configData, Properties properties, BundleInfo[] bInfos) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
53. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 304) private void composeNewState(LauncherData launcherData, ConfigData configData, Properties properties, BundleInfo[] bInfos) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
54. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 307) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
55. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 309) composeState(configData.getBundles(), properties, null); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
56. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 321) * @throws FrameworkAdminRuntimeException Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
57. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 323) private boolean composeState(BundleInfo[] bInfos, Dictionary props, File fwPersistentDataLocation) throws IllegalArgumentException, FrameworkAdminRuntimeException { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
58. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 323) private boolean composeState(BundleInfo[] bInfos, Dictionary props, File fwPersistentDataLocation) throws IllegalArgumentException, FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
59. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 324) BundleInfo[] infos = manipulator.getConfigData().getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
60. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 324) BundleInfo[] infos = manipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
61. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 324) BundleInfo[] infos = manipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
62. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 325) this.manipulator.getConfigData().setBundles(null); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
63. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 325) this.manipulator.getConfigData().setBundles(null); Discouraged access: The method setBundles(BundleInfo[]) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
64. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 334) this.manipulator.getConfigData().setBundles(infos); Discouraged access: The method setBundles(BundleInfo[]) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
65. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 334) this.manipulator.getConfigData().setBundles(infos); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
66. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 341) this.manipulator.getConfigData().setBundles(infos); Discouraged access: The method setBundles(BundleInfo[]) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
67. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 341) this.manipulator.getConfigData().setBundles(infos); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
68. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 355) if (bInfos[j].getLocation().equals(location)) { Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
69. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 383) BundleInfo[] newBundleInfos = new BundleInfo[bInfos.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
70. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 383) BundleInfo[] newBundleInfos = new BundleInfo[bInfos.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
71. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 405) public BundleInfo convert(BundleDescription toConvert) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
72. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 407) int sl = BundleInfo.NO_LEVEL; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
73. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 407) int sl = BundleInfo.NO_LEVEL; Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
74. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 416) File fwJar = manipulator.getLauncherData().getFwJar(); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
75. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 416) File fwJar = manipulator.getLauncherData().getFwJar(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
76. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 430) } catch (FrameworkAdminRuntimeException e1) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
77. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 436) BundleInfo[] originalBInfos = manipulator.getConfigData().getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
78. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 436) BundleInfo[] originalBInfos = manipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
79. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 436) BundleInfo[] originalBInfos = manipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
80. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 444) if (originalBInfos[i].getLocation().equals(location)) { Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
81. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 445) markedAsStarted = originalBInfos[i].isMarkedAsStarted(); Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
82. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 446) sl = getStartLevel(originalBInfos[i].getStartLevel()); Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
83. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 455) sl = BundleInfo.NO_LEVEL; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
84. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 455) sl = BundleInfo.NO_LEVEL; Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
85. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 458) BundleInfo result = new BundleInfo(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
86. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 458) BundleInfo result = new BundleInfo(); Discouraged access: The constructor BundleInfo() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
87. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 458) BundleInfo result = new BundleInfo(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
88. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 459) result.setSymbolicName(toConvert.getSymbolicName()); Discouraged access: The method setSymbolicName(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
89. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 460) result.setVersion(toConvert.getVersion().toString()); Discouraged access: The method setVersion(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
90. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 461) result.setLocation(location); Discouraged access: The method setLocation(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
91. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 462) result.setResolved(toConvert.isResolved()); Discouraged access: The method setResolved(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
92. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 463) result.setMarkedAsStarted(markedAsStarted); Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
93. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 464) result.setStartLevel(sl); Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
94. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 465) result.setBundleId(toConvert.getBundleId()); Discouraged access: The method setBundleId(long) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
95. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 469) public BundleInfo[] convertState(BundleDescription[] bundles) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
96. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 470) BundleInfo[] result = new BundleInfo[bundles.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
97. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 470) BundleInfo[] result = new BundleInfo[bundles.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
98. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 477) public BundleInfo[] getExpectedState() throws FrameworkAdminRuntimeException { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
99. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 477) public BundleInfo[] getExpectedState() throws FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
100. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java (at line 486) public BundleInfo[] getPrerequisteBundles(BundleInfo bInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 13) import org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulatorFactory; Discouraged access: The type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 14) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdmin; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 15) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdminFactory; Discouraged access: The type FrameworkAdminFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 17) public class EquinoxFrameworkAdminFactoryImpl extends FrameworkAdminFactory { Discouraged access: The type FrameworkAdminFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 18) public FrameworkAdmin createFrameworkAdmin() throws InstantiationException, IllegalAccessException, ClassNotFoundException { Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 19) String className = System.getProperty(ConfiguratorManipulatorFactory.SYSTEM_PROPERTY_KEY); Discouraged access: The type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFrameworkAdminFactoryImpl.java (at line 19) String className = System.getProperty(ConfiguratorManipulatorFactory.SYSTEM_PROPERTY_KEY); Discouraged access: The field SYSTEM_PROPERTY_KEY from the type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 17) import org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulator; Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 18) import org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulatorFactory; Discouraged access: The type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 23) public class EquinoxFwAdminImpl implements FrameworkAdmin { Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 56) private ConfiguratorManipulator configuratorManipulator = null; Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 80) this.configuratorManipulator = ConfiguratorManipulatorFactory.getInstance(configuratorManipulatorFactoryName); Discouraged access: The type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 80) this.configuratorManipulator = ConfiguratorManipulatorFactory.getInstance(configuratorManipulatorFactoryName); Discouraged access: The method getInstance(String) from the type ConfiguratorManipulatorFactory is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 94) public Manipulator getManipulator() { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 98) public Manipulator getRunningManipulator() { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 108) public Process launch(Manipulator manipulator, File cwd) throws IllegalArgumentException, FrameworkAdminRuntimeException, IOException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 108) public Process launch(Manipulator manipulator, File cwd) throws IllegalArgumentException, FrameworkAdminRuntimeException, IOException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java (at line 113) public ConfiguratorManipulator getConfiguratorManipulator() { Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 46) private static String getCommandLine(BundleInfo bundleInfo, final URL baseUrl) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 47) String location = bundleInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 66) int startLevel = bundleInfo.getStartLevel(); Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 67) boolean toBeStarted = bundleInfo.isMarkedAsStarted(); Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 76) if (startLevel == BundleInfo.NO_LEVEL && !toBeStarted) Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 76) if (startLevel == BundleInfo.NO_LEVEL && !toBeStarted) Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 79) if (startLevel != BundleInfo.NO_LEVEL) Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 79) if (startLevel != BundleInfo.NO_LEVEL) Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 86) private static Properties getConfigProps(BundleInfo[] bInfos, ConfigData configData, LauncherData launcherData, boolean relative, File fwJar) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 86) private static Properties getConfigProps(BundleInfo[] bInfos, ConfigData configData, LauncherData launcherData, boolean relative, File fwJar) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 86) private static Properties getConfigProps(BundleInfo[] bInfos, ConfigData configData, LauncherData launcherData, boolean relative, File fwJar) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 89) if (configData.getInitialBundleStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 89) if (configData.getInitialBundleStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 89) if (configData.getInitialBundleStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 90) props.setProperty(EquinoxConstants.PROP_BUNDLES_STARTLEVEL, Integer.toString(configData.getInitialBundleStartLevel())); Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 91) if (configData.getBeginingFwStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The method getBeginingFwStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 91) if (configData.getBeginingFwStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 91) if (configData.getBeginingFwStartLevel() != BundleInfo.NO_LEVEL) Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 92) props.setProperty(EquinoxConstants.PROP_INITIAL_STARTLEVEL, Integer.toString(configData.getBeginingFwStartLevel())); Discouraged access: The method getBeginingFwStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
20. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 94) final File launcher = launcherData.getLauncher(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
21. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 117) if (fwJarSt != null && fwJarSt.equals(bInfos[i].getLocation())) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
22. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 127) props = Utils.appendProperties(props, configData.getFwIndependentProps()); Discouraged access: The method getFwIndependentProps() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
23. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 129) props = Utils.appendProperties(props, configData.getFwDependentProps()); Discouraged access: The method getFwDependentProps() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
24. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 154) return BundleInfo.NO_LEVEL; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
25. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 154) return BundleInfo.NO_LEVEL; Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
26. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 161) return BundleInfo.NO_LEVEL; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
27. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 161) return BundleInfo.NO_LEVEL; Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
28. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 164) return BundleInfo.NO_LEVEL; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
29. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 164) return BundleInfo.NO_LEVEL; Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
30. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 174) private static void normalizeLocation(BundleInfo bInfo) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
31. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 175) String location = bInfo.getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
32. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 178) bInfo.setLocation(new URL(location).toExternalForm()); Discouraged access: The method setLocation(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
33. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 180) bInfo.setLocation(new File(location).toURL().toExternalForm()); Discouraged access: The method setLocation(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
34. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 203) private static void setInstallingBundles(Manipulator manipulator, String value) throws NumberFormatException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
35. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 204) ConfigData configData = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
36. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 204) ConfigData configData = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
37. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 220) configData.addBundle(new BundleInfo(realLocation, startLevel, markedAsStarted)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
38. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 220) configData.addBundle(new BundleInfo(realLocation, startLevel, markedAsStarted)); Discouraged access: The constructor BundleInfo(String, int, boolean) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
39. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 220) configData.addBundle(new BundleInfo(realLocation, startLevel, markedAsStarted)); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
40. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 222) configData.addBundle(new BundleInfo(location, null, null, startLevel, markedAsStarted)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
41. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 222) configData.addBundle(new BundleInfo(location, null, null, startLevel, markedAsStarted)); Discouraged access: The constructor BundleInfo(String, String, String, int, boolean) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
42. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 222) configData.addBundle(new BundleInfo(location, null, null, startLevel, markedAsStarted)); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
43. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 234) public void readFwConfig(Manipulator manipulator, File inputFile) throws IOException { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
44. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 239) ConfigData configData = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
45. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 239) ConfigData configData = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
46. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 240) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
47. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 240) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
48. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 241) configData.initialize(); Discouraged access: The method initialize() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
49. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 247) URL rootURL = launcherData.getLauncher() != null ? launcherData.getLauncher().getParentFile().toURL() : null; Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
50. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 247) URL rootURL = launcherData.getLauncher() != null ? launcherData.getLauncher().getParentFile().toURL() : null; Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
51. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 249) Properties sharedConfigProperties = getSharedConfiguration(props.getProperty(EquinoxConstants.PROP_SHARED_CONFIGURATION_AREA), getOSGiInstallArea(manipulator.getLauncherData())); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
52. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 258) configData.setBundles(null); Discouraged access: The method setBundles(BundleInfo[]) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
53. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 266) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
54. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 267) configData.addBundle(new BundleInfo(fwJarString)); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
55. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 267) configData.addBundle(new BundleInfo(fwJarString)); Discouraged access: The constructor BundleInfo(String) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
56. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 267) configData.addBundle(new BundleInfo(fwJarString)); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
57. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 271) props = makeAbsolute(props, rootURL, fwJar, inputFile.getParentFile(), getOSGiInstallArea(manipulator.getLauncherData())); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
58. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 276) configData.setInitialBundleStartLevel(Integer.parseInt(value)); Discouraged access: The method setInitialBundleStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
59. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 278) configData.setBeginningFwStartLevel(Integer.parseInt(value)); Discouraged access: The method setBeginningFwStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
60. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 283) configData.setFwDependentProp(key, value); Discouraged access: The method setFwDependentProp(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
61. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 285) configData.setFwIndependentProp(key, value); Discouraged access: The method setFwIndependentProp(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
62. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 287) if (launcherData.getLauncher() == null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
63. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 290) if (launcherData.getLauncher() == null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
64. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 295) launcherData.setLauncher(new File(launcherPath, launcherName + EquinoxConstants.EXE_EXTENSION)); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
65. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 423) public static File getOSGiInstallArea(LauncherData launcherData) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
66. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 426) String[] args = launcherData.getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
67. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 434) if (launcherData.getFwJar() != null) Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
68. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 435) return fromOSGiJarToOSGiInstallArea(launcherData.getFwJar().getAbsolutePath()); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
69. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 436) if (launcherData.getLauncher() != null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
70. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 437) return launcherData.getLauncher().getParentFile(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
71. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 448) public void saveFwConfig(BundleInfo[] bInfos, Manipulator manipulator, boolean backup, boolean relative) throws IOException {//{ Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
72. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 448) public void saveFwConfig(BundleInfo[] bInfos, Manipulator manipulator, boolean backup, boolean relative) throws IOException {//{ Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
73. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 449) ConfigData configData = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
74. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 449) ConfigData configData = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
75. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 450) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
76. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 450) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
77. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 452) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
78. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 453) File outputFile = launcherData.getFwConfigLocation(); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
79. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 491) configProps = makeRelative(configProps, launcherData.getLauncher().getParentFile().toURL(), fwJar, outputFile.getParentFile(), getOSGiInstallArea(manipulator.getLauncherData())); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
80. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 491) configProps = makeRelative(configProps, launcherData.getLauncher().getParentFile().toURL(), fwJar, outputFile.getParentFile(), getOSGiInstallArea(manipulator.getLauncherData())); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
81. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java (at line 506) private void filterPropertiesFromSharedArea(Properties configProps, LauncherData launcherData) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxLauncherData.java (at line 12) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxLauncherData.java (at line 14) public class EquinoxLauncherData extends LauncherData { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxLauncherData.java (at line 18) super(fwName, fwVersion, launcherName, launcherVersion); Discouraged access: The constructor LauncherData(String, String, String, String) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxLauncherData.java (at line 22) if (previousLauncher == null && launcherFile != null && !launcherFile.equals(getLauncher())) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxLauncherData.java (at line 24) super.setLauncher(launcherFile); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 21) import org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulator; Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 29) public class EquinoxManipulatorImpl implements Manipulator { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 45) static void checkConsistencyOfFwConfigLocAndFwPersistentDataLoc(LauncherData launcherData) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 46) File fwConfigLocation = launcherData.getFwConfigLocation(); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 47) File fwPersistentDataLocation = launcherData.getFwPersistentDataLocation(); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 55) launcherData.setFwConfigLocation(fwConfigLocation); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 64) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method setFwPersistentDataLocation(File, boolean) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 64) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 68) launcherData.setFwConfigLocation(fwPersistentDataLocation); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 71) File home = launcherData.getHome(); Discouraged access: The method getHome() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 75) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method setFwPersistentDataLocation(File, boolean) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 75) launcherData.setFwPersistentDataLocation(fwConfigLocation, launcherData.isClean()); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 76) launcherData.setFwConfigLocation(fwConfigLocation); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 81) static File getLauncherConfigLocation(LauncherData launcherData) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 82) File launcherConfigLocation = launcherData.getLauncherConfigLocation(); Discouraged access: The method getLauncherConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 86) File launcher = launcherData.getLauncher(); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 98) ConfigData configData = new ConfigData(EquinoxConstants.FW_NAME, EquinoxConstants.FW_VERSION, EquinoxConstants.LAUNCHER_NAME, EquinoxConstants.LAUNCHER_VERSION); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 98) ConfigData configData = new ConfigData(EquinoxConstants.FW_NAME, EquinoxConstants.FW_VERSION, EquinoxConstants.LAUNCHER_NAME, EquinoxConstants.LAUNCHER_VERSION); Discouraged access: The constructor ConfigData(String, String, String, String) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 98) ConfigData configData = new ConfigData(EquinoxConstants.FW_NAME, EquinoxConstants.FW_VERSION, EquinoxConstants.LAUNCHER_NAME, EquinoxConstants.LAUNCHER_VERSION); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
20. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 109) ConfiguratorManipulator configuratorManipulator; Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
21. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 121) cmTracker = new ServiceTracker(context, ConfiguratorManipulator.class.getName(), null); Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
22. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 132) configData.setInitialBundleStartLevel(4); Discouraged access: The method setInitialBundleStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
23. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 135) public BundlesState getBundlesState() throws FrameworkAdminRuntimeException { Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
24. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 135) public BundlesState getBundlesState() throws FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
25. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 148) public ConfigData getConfigData() throws FrameworkAdminRuntimeException { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
26. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 148) public ConfigData getConfigData() throws FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
27. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 152) public BundleInfo[] getExpectedState() throws IllegalArgumentException, FrameworkAdminRuntimeException { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
28. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 152) public BundleInfo[] getExpectedState() throws IllegalArgumentException, FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
29. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 156) BundlesState bundleState = this.getBundlesState(); Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
30. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 158) return new BundleInfo[0]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
31. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 159) bundleState.resolve(true); Discouraged access: The method resolve(boolean) from the type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
32. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 161) return bundleState.getExpectedState(); Discouraged access: The method getExpectedState() from the type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
33. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 164) public LauncherData getLauncherData() throws FrameworkAdminRuntimeException { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
34. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 164) public LauncherData getLauncherData() throws FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
35. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 225) if (this.launcherData.isClean()) Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
36. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 227) long lastModifiedFwPersistent = EquinoxBundlesState.getTimeStamp(launcherData.getFwPersistentDataLocation()); Discouraged access: The method getFwPersistentDataLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
37. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 242) if (launcherData.getFwConfigLocation() != null) { Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
38. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 243) File fwConfigFile = new File(launcherData.getFwConfigLocation(), EquinoxConstants.CONFIG_INI); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
39. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 257) configData.initialize(); Discouraged access: The method initialize() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
40. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 258) launcherData.initialize(); Discouraged access: The method initialize() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
41. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 273) launcherData.setFwJar(fwJar); Discouraged access: The method setFwJar(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
42. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 274) launcherData.setFwPersistentDataLocation(fwConfigLocation, false); Discouraged access: The method setFwPersistentDataLocation(File, boolean) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
43. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 288) BundleInfo[] bInfos = new BundleInfo[bundles.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
44. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 288) BundleInfo[] bInfos = new BundleInfo[bundles.length]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
45. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 293) bInfos[i] = new BundleInfo(bundles[i].getSymbolicName(), (String) bundles[i].getHeaders().get(Constants.BUNDLE_VERSION), FileLocator.getBundleFile(bundles[i]).getAbsolutePath(), -1, true); Discouraged access: The constructor BundleInfo(String, String, String, int, boolean) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
46. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 293) bInfos[i] = new BundleInfo(bundles[i].getSymbolicName(), (String) bundles[i].getHeaders().get(Constants.BUNDLE_VERSION), FileLocator.getBundleFile(bundles[i]).getAbsolutePath(), -1, true); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
47. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 295) bInfos[i] = new BundleInfo(bundles[i].getSymbolicName(), (String) bundles[i].getHeaders().get(Constants.BUNDLE_VERSION), FileLocator.getBundleFile(bundles[i]).getAbsolutePath(), startLevel.getBundleStartLevel(bundles[i]), startLevel.isBundlePersistentlyStarted(bundles[i])); Discouraged access: The constructor BundleInfo(String, String, String, int, boolean) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
48. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 295) bInfos[i] = new BundleInfo(bundles[i].getSymbolicName(), (String) bundles[i].getHeaders().get(Constants.BUNDLE_VERSION), FileLocator.getBundleFile(bundles[i]).getAbsolutePath(), startLevel.getBundleStartLevel(bundles[i]), startLevel.isBundlePersistentlyStarted(bundles[i])); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
49. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 301) configData.setBundles(bInfos); Discouraged access: The method setBundles(BundleInfo[]) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
50. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 312) configData.setFwDependentProp(key, value); Discouraged access: The method setFwDependentProp(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
51. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 314) configData.setFwIndependentProp(key, value); Discouraged access: The method setFwIndependentProp(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
52. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 319) int initialBSL = configData.getInitialBundleStartLevel(); Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
53. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 321) configData.setInitialBundleStartLevel(slAdmin.getInitialBundleStartLevel()); Discouraged access: The method setInitialBundleStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
54. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 330) public void load() throws IllegalStateException, IOException, FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
55. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 334) BundlesState bundlesState = null; Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
56. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 337) bundlesState = new EquinoxBundlesState(context, fwAdmin, this, !launcherData.isClean()); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
57. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 350) configuratorManipulator.updateBundles(this); Discouraged access: The method updateBundles(Manipulator) from the type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
58. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 365) File fwConfigFile = new File(launcherData.getFwConfigLocation(), EquinoxConstants.CONFIG_INI); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
59. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 373) public void save(boolean backup) throws IOException, FrameworkAdminRuntimeException { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
60. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 387) ConfiguratorManipulator previousConfigurator = setConfiguratorManipulator(); Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
61. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 389) previousConfigurator.cleanup(this); Discouraged access: The method cleanup(Manipulator) from the type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
62. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 391) BundleInfo[] newBInfos = null; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
63. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 394) newBInfos = configuratorManipulator.save(this, backup); Discouraged access: The method save(Manipulator, boolean) from the type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
64. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 399) newBInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
65. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 402) newBInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
66. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 405) boolean stateIsEmpty = configData.getBundles().length == 0; Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
67. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 441) parser.saveFwConfig(newBInfos.length != 0 ? newBInfos : getConfigData().getBundles(), this, backup, false); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
68. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 443) File configDir = launcherData.getFwConfigLocation(); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
69. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 454) public void setConfigData(ConfigData configData) { Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
70. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 455) this.configData.initialize(); Discouraged access: The method initialize() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
71. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 456) this.configData.setInitialBundleStartLevel(configData.getInitialBundleStartLevel()); Discouraged access: The method setInitialBundleStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
72. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 456) this.configData.setInitialBundleStartLevel(configData.getInitialBundleStartLevel()); Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
73. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 457) this.configData.setBeginningFwStartLevel(configData.getBeginingFwStartLevel()); Discouraged access: The method setBeginningFwStartLevel(int) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
74. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 457) this.configData.setBeginningFwStartLevel(configData.getBeginingFwStartLevel()); Discouraged access: The method getBeginingFwStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
75. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 458) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
76. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 458) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
77. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 460) this.configData.addBundle(bInfos[i]); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
78. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 461) this.configData.setFwIndependentProps(configData.getFwIndependentProps()); Discouraged access: The method setFwIndependentProps(Properties) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
79. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 461) this.configData.setFwIndependentProps(configData.getFwIndependentProps()); Discouraged access: The method getFwIndependentProps() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
80. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 462) if (this.configData.getFwName().equals(configData.getFwName())) Discouraged access: The method getFwName() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
81. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 462) if (this.configData.getFwName().equals(configData.getFwName())) Discouraged access: The method getFwName() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
82. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 463) if (this.configData.getFwVersion().equals(configData.getFwVersion())) { Discouraged access: The method getFwVersion() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
83. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 463) if (this.configData.getFwVersion().equals(configData.getFwVersion())) { Discouraged access: The method getFwVersion() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
84. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 467) this.configData.setFwDependentProps(configData.getFwDependentProps()); Discouraged access: The method setFwDependentProps(Properties) from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
85. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 467) this.configData.setFwDependentProps(configData.getFwDependentProps()); Discouraged access: The method getFwDependentProps() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
86. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 479) private ConfiguratorManipulator setConfiguratorManipulator() { Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
87. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 493) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
88. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 493) BundleInfo[] bInfos = configData.getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
89. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 494) int initialBSL = configData.getInitialBundleStartLevel(); Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
90. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 497) ConfiguratorManipulator previousConfiguratorManipulator = configuratorManipulator; Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
91. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 500) String location = bInfos[i].getLocation(); Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
92. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 502) if (!bInfos[i].isMarkedAsStarted()) Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
93. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 505) if (references[j].getProperty(ConfiguratorManipulator.SERVICE_PROP_KEY_CONFIGURATOR_BUNDLESYMBOLICNAME).equals(Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME)))) { Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
94. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 505) if (references[j].getProperty(ConfiguratorManipulator.SERVICE_PROP_KEY_CONFIGURATOR_BUNDLESYMBOLICNAME).equals(Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME)))) { Discouraged access: The field SERVICE_PROP_KEY_CONFIGURATOR_BUNDLESYMBOLICNAME from the type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
95. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 506) configuratorManipulator = (ConfiguratorManipulator) cmTracker.getService(references[j]); Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
96. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 517) public void setLauncherData(LauncherData value) { Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
97. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 518) launcherData.initialize(); Discouraged access: The method initialize() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
98. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 519) launcherData.setFwConfigLocation(value.getFwConfigLocation()); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
99. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 519) launcherData.setFwConfigLocation(value.getFwConfigLocation()); Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
100. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxManipulatorImpl.java (at line 520) launcherData.setFwPersistentDataLocation(value.getFwPersistentDataLocation(), value.isClean()); Discouraged access: The method isClean() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 17) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 22) public static String getEclipseRealLocation(final Manipulator manipulator, final String location) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 32) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 32) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 33) File home = launcherData.getHome(); Discouraged access: The method getHome() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 37) else if (launcherData.getLauncher() != null) Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 38) pluginsDir = new File(launcherData.getLauncher().getParentFile(), EquinoxConstants.PLUGINS_DIR); Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 39) else if (launcherData.getFwJar() != null) Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 40) pluginsDir = launcherData.getFwJar().getParentFile(); Discouraged access: The method getFwJar() from the type LauncherData is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/utils/FileUtils.java (at line 54) public static String getRealLocation(Manipulator manipulator, final String location, boolean useEclipse) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |