JOptionPane.showMessageDialog(this, "Could not create temporary folder (" + temp.getAbsolutePath() + ") needed for batch operation.");
return; // early return
}
if (batch) {
final Folder tempFileSet = new Folder(temp);
tempFileSet.getContentsFrom(originalFileSet);
project.setFileSet(tempFileSet);
}
List<IteratorAgent> obfuscators = new ArrayList<IteratorAgent>();
if (this.stripLineInfo.isSelected()) {