_builder.newLine();
final String sample = _builder.toString();
StringConcatenation _builder_1 = new StringConcatenation();
_builder_1.append("[description, name, paragraph]");
final String expectedMissingFieldNamesForSectionElement = _builder_1.toString();
final Model model = this.parser.parse(sample);
EList<ClassCloner> _cloners = ((Body) model).getCloners();
ClassCloner _get = _cloners.get(0);
final ContainerType cloner = this._deepCloneUtils.asContainer(_get);
EList<FieldClonerType> _fields = cloner.getFields();
final Function1<FieldClonerType,Boolean> _function = new Function1<FieldClonerType,Boolean>() {