We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770dd34 commit 62e6bdcCopy full SHA for 62e6bdc
framework/codemodder-base/src/main/java/io/codemodder/DefaultCodemodExecutor.java
@@ -165,7 +165,6 @@ public CodeTFResult execute(final List<Path> filePaths) {
165
boolean success = executor.awaitTermination(10, TimeUnit.MINUTES);
166
log.trace("Success running codemod: {}", success);
167
while (!executor.isTerminated()) {
168
- executor.shutdownNow();
169
final Future<String> future = service.poll(5, TimeUnit.SECONDS);
170
if (future != null) {
171
log.trace("Finished: {}", future.get());
0 commit comments