Compiler log for org.eclipse.equinox.simpleconfigurator.manipulator_1.0.100.v20090520-1905 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5

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/SimpleConfiguratorManipulatorImpl.java : 5 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.ParserUtils;
Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
2. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 350)
saveConfiguration((BundleInfo[]) setToSimpleConfig.toArray(new BundleInfo[setToSimpleConfig.size()]), outputFile, ParserUtils.getOSGiInstallArea(Arrays.asList(manipulator.getLauncherData().getProgramArgs()), manipulator.getConfigData().getProperties(), manipulator.getLauncherData()), backup);
Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
3. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 350)
saveConfiguration((BundleInfo[]) setToSimpleConfig.toArray(new BundleInfo[setToSimpleConfig.size()]), outputFile, ParserUtils.getOSGiInstallArea(Arrays.asList(manipulator.getLauncherData().getProgramArgs()), manipulator.getConfigData().getProperties(), manipulator.getLauncherData()), backup);
Discouraged access: The method getOSGiInstallArea(List, Properties, LauncherData) from the type ParserUtils is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
4. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 419)
BundleInfo[] toInstall = loadConfiguration(configFile.toURL(), ParserUtils.getOSGiInstallArea(Arrays.asList(manipulator.getLauncherData().getProgramArgs()), manipulator.getConfigData().getProperties(), manipulator.getLauncherData()));
Discouraged access: The type ParserUtils is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot
5. WARNING in /src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java
 (at line 419)
BundleInfo[] toInstall = loadConfiguration(configFile.toURL(), ParserUtils.getOSGiInstallArea(Arrays.asList(manipulator.getLauncherData().getProgramArgs()), manipulator.getConfigData().getProperties(), manipulator.getLauncherData()));
Discouraged access: The method getOSGiInstallArea(List, Properties, LauncherData) from the type ParserUtils is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot