clearAndClose();
return;
}
String refs[] = listTxt.split(endl);
ReferenceTxtType refStype = ReferenceTxtType.getRefTypeById(btp.getSelectedRefType());
TxtSplitType splitType = TxtSplitType.getTxtSplitTypeById(btp.getSelectedHowToSplit());
for (String reference : refs) {
if (reference == null) {
continue;