Skip to content

Commit a73d3a8

Browse files
committed
rayos
1 parent 97ee6c9 commit a73d3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/uniandes/tsdl/mutapk/processors/MutationsProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void processMultithreaded(List<MutationLocation> locations, final String
166166
final List<Future<String>> results = new LinkedList<Future<String>>();
167167

168168
writer.write("ThreadPool: " + Runtime.getRuntime().availableProcessors() + "\n");
169-
int mutantIndex = 1;
169+
int mutantIndex = 0;
170170

171171
for (final MutationLocation mutationLocation : locations) {
172172
mutantIndex++;

0 commit comments

Comments
 (0)