Applies as or r5514
The call:
ClassLoader attributeClassLoader = attribute.getClass().getClassLoader();
can be null with some implementations, interpreted as the class having been
loaded by the bootstrap class loaer. In this case, the state protecting
cloning and serialization code should not be called.
Original issue reported on code.google.com by philzoio...@googlemail.com on 27 Apr 2010 at 9:54
Original issue reported on code.google.com by
philzoio...@googlemail.com
on 27 Apr 2010 at 9:54