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/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin.equinox/@dot |