if (!error){
Accommodator accomodator = new Accommodator(temporaryDirectory, destinationFile.getName());
error = check("[Acc] ", accomodator, 50);
}
if (!error && checkBoxInaccessibleItems.isSelected()){
abstractExecutableFile = new InaccessibleItemsDetector(temporaryDirectory, destinationFile.getName());
error = check("[InacItem] ", abstractExecutableFile, 50);
}
if (!error && checkBoxIrrelevantInferences.isSelected()){
abstractExecutableFile = new IrrelevantInferencesDetector(temporaryDirectory, destinationFile.getName());
error = check("[Infe] ", abstractExecutableFile, 250);