_builder.append("\t");
_builder.append("com.google.guava [1.2.0 , 2.4.54)");
_builder.newLine();
_builder.append("}");
_builder.newLine();
final TargetPlatform targetPlatform = this.parser.parse(_builder);
Resource _eResource = targetPlatform.eResource();
EList<Resource.Diagnostic> _errors = _eResource.getErrors();
String _join = IterableExtensions.join(_errors, "\n");
Resource _eResource_1 = targetPlatform.eResource();
EList<Resource.Diagnostic> _errors_1 = _eResource_1.getErrors();
boolean _isEmpty = _errors_1.isEmpty();
Assert.assertTrue(_join, _isEmpty);
EList<Location> _locations = targetPlatform.getLocations();
final Function1<Location, List<String>> _function = new Function1<Location, List<String>>() {
public List<String> apply(final Location it) {
EList<IU> _ius = it.getIus();
final Function1<IU, String> _function = new Function1<IU, String>() {
public String apply(final IU it) {
return it.getID();
}
};
return ListExtensions.<IU, String>map(_ius, _function);
}
};
List<List<String>> _map = ListExtensions.<Location, List<String>>map(_locations, _function);
final Iterable<String> ids = Iterables.<String>concat(_map);
EList<Location> _locations_1 = targetPlatform.getLocations();
final Function1<Location, List<String>> _function_1 = new Function1<Location, List<String>>() {
public List<String> apply(final Location it) {
EList<IU> _ius = it.getIus();
final Function1<IU, String> _function = new Function1<IU, String>() {
public String apply(final IU it) {