I am not sure why mutation was not killed.
Code (Euclides)
public static int mdc(int n1, int n2) { int r; while (n2 != 0) {