Hi all, I would like to added a clone method to the java.lang.Object class in the GWT SDK which simply throws a CloneNotSupportedException. This makes it possible to implement the clone method in subclasses. See: https://gwt-review.googlesource.com/#/c/6035/
Daniel Kurka has already done a similar patch but without an adaption of GenerateJavaScriptAST.java<https://gwt-review.googlesource.com/#/c/6035/1/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java> class. My patch is already in the review system but still not approved. Thomas Broyer started with the review and asked me why the patch of Daniel was reverted. I think that Daniel simply forgot the changes in the GenerateJavaScriptAST.java<https://gwt-review.googlesource.com/#/c/6035/1/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaScriptAST.java> . Some feedback would be nice :) BR Rocco -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b2d067e8-f9c1-4fca-ab10-911e966b09f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
