cloning fix

This commit is contained in:
honfika@gmail.com
2015-08-16 16:04:32 +02:00
parent f9109a6d4d
commit fd78e90629
2 changed files with 3370 additions and 3366 deletions

View File

@@ -394,8 +394,8 @@ public final class MethodBody implements Cloneable {
/*if (traits != null) {
ret.traits = traits.clone();
}*/
convertedItems = null;
convertException = null;
ret.convertedItems = null;
ret.convertException = null;
return ret;
} catch (CloneNotSupportedException ex) {