Go to file
Inderjeet Singh 0c35edab65 Fixed the bug where copyOf() for a ParameterizedTypeHandlerMap was failing when hierarchical type adapters for a sub class and its base class were present.
Fixed previously broken tests to verify the behavior that a hierarchical type adapter for a sub-class can be registered after registering a hierarchical type adapter for the base-class. The vice-versa is not allowed as it would result in hiding the sub-class hierarchical type adapter.
2011-03-14 23:22:50 +00:00
gson Fixed the bug where copyOf() for a ParameterizedTypeHandlerMap was failing when hierarchical type adapters for a sub class and its base class were present. 2011-03-14 23:22:50 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Updated maven configuration to ensure that 'mvn install' creates javadoc and sources jars as well. 2011-02-24 00:07:01 +00:00
proto Added a test to ensure that Gson handles repeated invocation of itself correctly. 2010-11-15 22:56:01 +00:00