Compiler log for org.eclipse.equinox.simpleconfigurator.manipulator_1.0.0.v20080427-2136 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 108

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/Activator.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/Activator.java
 (at line 15)
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/simpleconfigurator/manipulator/Activator.java
 (at line 33)
props.put(ConfiguratorManipulator.SERVICE_PROP_KEY_CONFIGURATOR_BUNDLESYMBOLICNAME, SimpleConfiguratorConstants.SERVICE_PROP_VALUE_CONFIGURATOR_SYMBOLICNAME);
Discouraged access: The type ConfiguratorManipulator 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/simpleconfigurator/manipulator/Activator.java
 (at line 33)
props.put(ConfiguratorManipulator.SERVICE_PROP_KEY_CONFIGURATOR_BUNDLESYMBOLICNAME, SimpleConfiguratorConstants.SERVICE_PROP_VALUE_CONFIGURATOR_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
4. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/Activator.java
 (at line 36)
registration = context.registerService(ConfiguratorManipulator.class.getName(), manipulator, props);
Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorFactoryImpl.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorFactoryImpl.java
 (at line 13)
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorFactoryImpl.java
 (at line 14)
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorFactoryImpl.java
 (at line 16)
public class SimpleConfiguratorManipulatorFactoryImpl extends ConfiguratorManipulatorFactory {
Discouraged access: The type ConfiguratorManipulatorFactory 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorFactoryImpl.java
 (at line 18)
protected ConfiguratorManipulator createConfiguratorManipulator() {
Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 19)
import org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser;
Discouraged access: The type EquinoxFwConfigFileParser is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
2. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 20)
import org.eclipse.equinox.internal.frameworkadmin.utils.Utils;
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.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
4. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 26)
public class SimpleConfiguratorManipulatorImpl implements ConfiguratorManipulator {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 38)
private static final BundleInfo[] NULL_BUNDLEINFOS = 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
6. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 38)
private static final BundleInfo[] NULL_BUNDLEINFOS = 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
7. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 49)
private static URL getConfigLocation(Manipulator manipulator) throws IllegalStateException {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 50)
File fwConfigLoc = manipulator.getLauncherData().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
9. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 50)
File fwConfigLoc = manipulator.getLauncherData().getFwConfigLocation();
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
10. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 53)
baseDir = manipulator.getLauncherData().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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 53)
baseDir = manipulator.getLauncherData().getHome();
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
12. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 55)
if (manipulator.getLauncherData().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
13. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 55)
if (manipulator.getLauncherData().getLauncher() != null) {
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
14. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 56)
baseDir = manipulator.getLauncherData().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
15. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 56)
baseDir = manipulator.getLauncherData().getLauncher().getParentFile();
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
16. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 79)
Utils.createParentDir(targetFile);
Discouraged access: The method createParentDir(File) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 79)
Utils.createParentDir(targetFile);
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 128)
private static boolean isTargetConfiguratorBundle(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
19. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 130)
if (isTargetConfiguratorBundle(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
20. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 139)
final String symbolic = Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME));
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 139)
final String symbolic = Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME));
Discouraged access: The method getPathFromClause(String) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 139)
final String symbolic = Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME));
Discouraged access: The method getManifestMainAttributes(String, String) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 139)
final String symbolic = Utils.getPathFromClause(Utils.getManifestMainAttributes(location, Constants.BUNDLE_SYMBOLICNAME));
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 143)
private void algorithm(int initialSl, SortedMap bslToList, BundleInfo configuratorBInfo, List setToInitialConfig, List setToSimpleConfig, LocationInfo info) {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 144)
int configuratorSL = configuratorBInfo.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
26. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 150)
BundleInfo bInfo = (BundleInfo) ite2.next();
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 150)
BundleInfo bInfo = (BundleInfo) ite2.next();
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 151)
if (isSystemBundle(bInfo.getLocation(), info)) {
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
29. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 163)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 163)
BundleInfo bInfo = (BundleInfo) ite2.next();
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 164)
if (!isSystemBundle(bInfo.getLocation(), info))
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 169)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 169)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 170)
if (isPrerequisiteBundles(bInfo.getLocation(), info) || isSystemFragmentBundle(bInfo.getLocation(), info))
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
35. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 170)
if (isPrerequisiteBundles(bInfo.getLocation(), info) || isSystemFragmentBundle(bInfo.getLocation(), info))
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
36. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 171)
if (!isSystemBundle(bInfo.getLocation(), info))
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
37. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 178)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 178)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 180)
if (!isSystemBundle(bInfo.getLocation(), info))
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
40. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 181)
if (isPrerequisiteBundles(bInfo.getLocation(), info) || isSystemFragmentBundle(bInfo.getLocation(), info))
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
41. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 181)
if (isPrerequisiteBundles(bInfo.getLocation(), info) || isSystemFragmentBundle(bInfo.getLocation(), info))
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
42. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 186)
if (isTargetConfiguratorBundle(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
43. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 188)
else if (!isSystemBundle(bInfo.getLocation(), info))
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
44. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 198)
private boolean checkResolve(BundleInfo bInfo, BundlesState state) {//throws ManipulatorException {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 198)
private boolean checkResolve(BundleInfo bInfo, BundlesState state) {//throws ManipulatorException {
Discouraged access: The type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 202)
if (!state.isResolved())
Discouraged access: The method isResolved() from the type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 203)
state.resolve(false);
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
48. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 207)
if (!state.isResolved(bInfo)) {
Discouraged access: The method isResolved(BundleInfo) from the type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 214)
private boolean divideBundleInfos(Manipulator manipulator, List setToInitialConfig, List setToSimpleConfig, final int initialBSL) 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
50. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 215)
BundlesState state = manipulator.getBundlesState();
Discouraged access: The type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 215)
BundlesState state = manipulator.getBundlesState();
Discouraged access: The method getBundlesState() 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 216)
BundleInfo[] targetBundleInfos = null;
Discouraged access: The type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 217)
if (state.isFullySupported()) {
Discouraged access: The method isFullySupported() from the type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 218)
targetBundleInfos = state.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
55. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 220)
targetBundleInfos = 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
56. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 220)
targetBundleInfos = 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
57. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 222)
BundleInfo configuratorBInfo = null;
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 224)
if (isTargetConfiguratorBundle(targetBundleInfos[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
59. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 225)
if (targetBundleInfos[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
60. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 243)
if (state.isFullySupported()) {
Discouraged access: The method isFullySupported() from the type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 244)
state.resolve(false);
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
62. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 257)
private SortedMap getSortedMap(int initialSl, 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
63. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 260)
Integer sL = new Integer(bInfos[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
64. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 261)
if (sL.intValue() == 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
65. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 261)
if (sL.intValue() == 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
66. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 273)
private BundleInfo[] orderingInitialConfig(List setToInitialConfig) {
Discouraged access: The type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 277)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 277)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 278)
if (bInfo.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
70. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 286)
return Utils.getBundleInfosFromList(setToInitialConfig);
Discouraged access: The method getBundleInfosFromList(List) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 286)
return Utils.getBundleInfosFromList(setToInitialConfig);
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 290)
private void printoutUnsatisfiedConstraints(BundleInfo bInfo, BundlesState state) {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 290)
private void printoutUnsatisfiedConstraints(BundleInfo bInfo, BundlesState state) {
Discouraged access: The type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 294)
String[] missings = state.getUnsatisfiedConstraints(bInfo);
Discouraged access: The method getUnsatisfiedConstraints(BundleInfo) from the type BundlesState 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 301)
private BundleInfo[] loadConfiguration(URL url, File launcherLocation) 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
76. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 312)
return Utils.getBundleInfosFromList(bundleInfoList);
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 312)
return Utils.getBundleInfosFromList(bundleInfoList);
Discouraged access: The method getBundleInfosFromList(List) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 373)
urlSt = Utils.getUrlInFull(urlSt, baseUrl).toExternalForm();
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 373)
urlSt = Utils.getUrlInFull(urlSt, baseUrl).toExternalForm();
Discouraged access: The method getUrlInFull(String, URL) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 389)
BundleInfo bInfo = new BundleInfo(symbolicName, version, urlSt, sl, markedAsStarted);
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 389)
BundleInfo bInfo = new BundleInfo(symbolicName, version, urlSt, sl, 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
82. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 389)
BundleInfo bInfo = new BundleInfo(symbolicName, version, urlSt, sl, markedAsStarted);
Discouraged access: 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 410)
public BundleInfo[] save(Manipulator manipulator, boolean backup) 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
84. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 410)
public BundleInfo[] save(Manipulator manipulator, boolean backup) 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
85. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 413)
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
86. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 413)
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
87. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 416)
if (!divideBundleInfos(manipulator, setToInitialConfig, setToSimpleConfig, 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
88. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 417)
return 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 430)
saveConfiguration(setToSimpleConfig, outputFile, EquinoxFwConfigFileParser.getOSGiInstallArea(manipulator.getLauncherData()), backup);
Discouraged access: The method getOSGiInstallArea(LauncherData) from the type EquinoxFwConfigFileParser is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
90. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 430)
saveConfiguration(setToSimpleConfig, outputFile, EquinoxFwConfigFileParser.getOSGiInstallArea(manipulator.getLauncherData()), backup);
Discouraged access: The type EquinoxFwConfigFileParser is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
91. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 430)
saveConfiguration(setToSimpleConfig, outputFile, EquinoxFwConfigFileParser.getOSGiInstallArea(manipulator.getLauncherData()), backup);
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
92. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 431)
configData.setFwIndependentProp(SimpleConfiguratorConstants.PROP_KEY_CONFIGURL, outputFile.toURL().toExternalForm());
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
93. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 442)
File dest = Utils.getSimpleDataFormattedFile(outputFile);
Discouraged access: The type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 442)
File dest = Utils.getSimpleDataFormattedFile(outputFile);
Discouraged access: The method getSimpleDataFormattedFile(File) from the type Utils 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 450)
if (o1 instanceof BundleInfo && o2 instanceof BundleInfo) {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 450)
if (o1 instanceof BundleInfo && o2 instanceof BundleInfo) {
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 451)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
Discouraged access: The method getSymbolicName() from 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 451)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 451)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
Discouraged access: The method getSymbolicName() from the type BundleInfo 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/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 451)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot