Compiler log for org.eclipse.equinox.simpleconfigurator.manipulator_1.0.2.R34x_v20080911 : @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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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 17)
import org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser;
Discouraged access: The type EquinoxFwConfigFileParser is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
2. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 18)
import org.eclipse.equinox.internal.frameworkadmin.utils.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
3. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 19)
import org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulator;
Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
4. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 24)
public class SimpleConfiguratorManipulatorImpl implements ConfiguratorManipulator {
Discouraged access: The type ConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
5. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 36)
private static final BundleInfo[] NULL_BUNDLEINFOS = new BundleInfo[0];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
6. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 36)
private static final BundleInfo[] NULL_BUNDLEINFOS = new BundleInfo[0];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
7. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 47)
private static URL getConfigLocation(Manipulator manipulator) throws IllegalStateException {
Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 48)
File fwConfigLoc = manipulator.getLauncherData().getFwConfigLocation();
Discouraged access: The method getFwConfigLocation() from the type LauncherData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
9. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 48)
File fwConfigLoc = manipulator.getLauncherData().getFwConfigLocation();
Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
10. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 51)
baseDir = manipulator.getLauncherData().getHome();
Discouraged access: The method getHome() from the type LauncherData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 51)
baseDir = manipulator.getLauncherData().getHome();
Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 53)
if (manipulator.getLauncherData().getLauncher() != null) {
Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
13. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 53)
if (manipulator.getLauncherData().getLauncher() != null) {
Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
14. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 54)
baseDir = manipulator.getLauncherData().getLauncher().getParentFile();
Discouraged access: The method getLauncher() from the type LauncherData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
15. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 54)
baseDir = manipulator.getLauncherData().getLauncher().getParentFile();
Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
16. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 77)
Utils.createParentDir(targetFile);
Discouraged access: The method createParentDir(File) from the type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
17. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 77)
Utils.createParentDir(targetFile);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
18. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 126)
private static boolean isTargetConfiguratorBundle(BundleInfo[] bInfos) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
19. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 128)
if (isTargetConfiguratorBundle(bInfos[i].getLocation())) {
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
20. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 137)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
21. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 137)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
22. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 137)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
23. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 137)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
24. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 141)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
25. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 142)
int configuratorSL = configuratorBInfo.getStartLevel();
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
26. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 148)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
27. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 148)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
28. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 149)
if (isSystemBundle(bInfo.getLocation(), info)) {
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
29. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 161)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
30. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 161)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
31. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 162)
if (!isSystemBundle(bInfo.getLocation(), info))
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
32. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 167)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
33. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 167)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
34. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 168)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
35. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 168)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
36. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 169)
if (!isSystemBundle(bInfo.getLocation(), info))
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
37. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 176)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
38. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 176)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
39. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 178)
if (!isSystemBundle(bInfo.getLocation(), info))
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
40. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 179)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
41. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 179)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
42. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 184)
if (isTargetConfiguratorBundle(bInfo.getLocation()))
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
43. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 186)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
44. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 196)
private boolean checkResolve(BundleInfo bInfo, BundlesState state) {//throws ManipulatorException {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
45. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 196)
private boolean checkResolve(BundleInfo bInfo, BundlesState state) {//throws ManipulatorException {
Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
46. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 200)
if (!state.isResolved())
Discouraged access: The method isResolved() from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
47. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 201)
state.resolve(false);
Discouraged access: The method resolve(boolean) from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
48. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 205)
if (!state.isResolved(bInfo)) {
Discouraged access: The method isResolved(BundleInfo) from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
49. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 212)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
50. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 213)
BundlesState state = manipulator.getBundlesState();
Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
51. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 213)
BundlesState state = manipulator.getBundlesState();
Discouraged access: The method getBundlesState() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
52. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 214)
BundleInfo[] targetBundleInfos = null;
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
53. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 215)
if (state.isFullySupported()) {
Discouraged access: The method isFullySupported() from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
54. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 216)
targetBundleInfos = state.getExpectedState();
Discouraged access: The method getExpectedState() from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
55. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 218)
targetBundleInfos = manipulator.getConfigData().getBundles();
Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
56. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 218)
targetBundleInfos = manipulator.getConfigData().getBundles();
Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
57. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 220)
BundleInfo configuratorBInfo = null;
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
58. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 222)
if (isTargetConfiguratorBundle(targetBundleInfos[i].getLocation())) {
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
59. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 223)
if (targetBundleInfos[i].isMarkedAsStarted()) {
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
60. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 241)
if (state.isFullySupported()) {
Discouraged access: The method isFullySupported() from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
61. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 242)
state.resolve(false);
Discouraged access: The method resolve(boolean) from the type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
62. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 255)
private SortedMap getSortedMap(int initialSl, BundleInfo[] bInfos) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
63. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 258)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
64. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 259)
if (sL.intValue() == BundleInfo.NO_LEVEL)
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
65. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 259)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
66. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 271)
private BundleInfo[] orderingInitialConfig(List setToInitialConfig) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
67. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 275)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
68. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 275)
BundleInfo bInfo = (BundleInfo) ite2.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
69. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 276)
if (bInfo.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
70. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 284)
return Utils.getBundleInfosFromList(setToInitialConfig);
Discouraged access: The method getBundleInfosFromList(List) from the type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
71. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 284)
return Utils.getBundleInfosFromList(setToInitialConfig);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
72. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 288)
private void printoutUnsatisfiedConstraints(BundleInfo bInfo, BundlesState state) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
73. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 288)
private void printoutUnsatisfiedConstraints(BundleInfo bInfo, BundlesState state) {
Discouraged access: The type BundlesState is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
74. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 292)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
75. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 299)
private BundleInfo[] loadConfiguration(URL url, File launcherLocation) throws IOException {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
76. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 310)
return Utils.getBundleInfosFromList(bundleInfoList);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
77. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 310)
return Utils.getBundleInfosFromList(bundleInfoList);
Discouraged access: The method getBundleInfosFromList(List) from the type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
78. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 371)
urlSt = Utils.getUrlInFull(urlSt, baseUrl).toExternalForm();
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
79. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 371)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
80. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 387)
BundleInfo bInfo = new BundleInfo(symbolicName, version, urlSt, sl, markedAsStarted);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
81. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 387)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
82. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 387)
BundleInfo bInfo = new BundleInfo(symbolicName, version, urlSt, sl, markedAsStarted);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
83. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 408)
public BundleInfo[] save(Manipulator manipulator, boolean backup) throws IOException {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
84. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 408)
public BundleInfo[] save(Manipulator manipulator, boolean backup) throws IOException {
Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
85. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 411)
ConfigData configData = manipulator.getConfigData();
Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
86. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 411)
ConfigData configData = manipulator.getConfigData();
Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
87. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 414)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
88. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 415)
return configData.getBundles();
Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
89. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 428)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
90. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 428)
saveConfiguration(setToSimpleConfig, outputFile, EquinoxFwConfigFileParser.getOSGiInstallArea(manipulator.getLauncherData()), backup);
Discouraged access: The type EquinoxFwConfigFileParser is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
91. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 428)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
92. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 429)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
93. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 440)
File dest = Utils.getSimpleDataFormattedFile(outputFile);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
94. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 440)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
95. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 448)
if (o1 instanceof BundleInfo && o2 instanceof BundleInfo) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
96. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 448)
if (o1 instanceof BundleInfo && o2 instanceof BundleInfo) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
97. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 449)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
98. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 449)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
99. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 449)
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/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
100. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 449)
return ((BundleInfo) o1).getSymbolicName().compareTo(((BundleInfo) o2).getSymbolicName());
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.equinox.frameworkadmin/@dot