Reviewers: amitmanjhi, kjin, Frank,
Description:
Back in the day, Exceptions couldn't be serialized. So we had to do
hacky things to support JUnit, since we needed to transmit exceptions
across the wire.
Better days are here, and Exceptions are now Serializable. So I'm
pulling out some very archaic code. The tangible benefit is: certain
exceptions that could never be deserialized before, should just work now
that I was able to remove the wacky custom deserialization logic.
Please review this at http://gwt-code-reviews.appspot.com/870802/show
Affected files:
M tools/api-checker/config/gwt20_21userApi.conf
M user/src/com/google/gwt/junit/client/impl/ExceptionWrapper.java
M user/src/com/google/gwt/junit/client/impl/JUnitResult.java
D user/src/com/google/gwt/junit/client/impl/StackTraceWrapper.java
M user/src/com/google/gwt/junit/server/JUnitHostImpl.java
M user/src/com/google/gwt/user/rebind/rpc/FieldSerializerCreator.java
M user/src/com/google/gwt/user/rebind/rpc/TypeSerializerCreator.java
M
user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/GWTTestCase.java
M
user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/impl/GWTRunner.java
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors