gson-comments/gson/src/test/java/com/google/gson/functional
Marcono1234 13be1d104d
Fix `GsonBuilder.setDateFormat` ignoring partial DEFAULT; deprecate `setDateFormat(int)` (#2556)
* Fix `GsonBuilder.setDateFormat` ignoring partial DEFAULT; deprecate `setDateFormat(int)`

* Remove date format methods not used by main code

* Adjust example
2024-03-01 12:17:12 -08:00
..
ArrayTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
CircularReferenceTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
CollectionTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
ConcurrencyTest.java Updates the line separator from `CRLF` to `LF` (#2536) 2023-11-10 12:36:42 -08:00
CustomDeserializerTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
CustomSerializerTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
CustomTypeAdaptersTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
DefaultTypeAdaptersTest.java Fix `GsonBuilder.setDateFormat` ignoring partial DEFAULT; deprecate `setDateFormat(int)` (#2556) 2024-03-01 12:17:12 -08:00
DelegateTypeAdapterTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
EnumTest.java Support serializing anonymous and local class with custom adapter (#2498) 2024-01-29 08:21:04 -08:00
EnumWithObfuscatedTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
EscapingTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
ExclusionStrategyFunctionalTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
ExposeFieldsTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
FieldExclusionTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
FieldNamingTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
FormattingStyleTest.java Formatting follow-up (#2540) 2023-11-14 15:09:54 -08:00
GsonVersionDiagnosticsTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
InheritanceTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
InstanceCreatorTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
InterfaceTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
InternationalizationTest.java Updates the line separator from `CRLF` to `LF` (#2536) 2023-11-10 12:36:42 -08:00
Java17RecordTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
JavaUtilConcurrentAtomicTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
JavaUtilTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
JsonAdapterAnnotationOnClassesTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
JsonAdapterAnnotationOnFieldsTest.java Formatting follow-up (#2540) 2023-11-14 15:09:54 -08:00
JsonAdapterSerializerDeserializerTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
JsonParserTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
JsonTreeTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
LeniencyTest.java Formatting follow-up (#2540) 2023-11-14 15:09:54 -08:00
MapAsArrayTypeAdapterTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
MapTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
MoreSpecificTypeSerializationTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
NamingPolicyTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
NullObjectAndFieldTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
NumberLimitsTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
ObjectTest.java Support serializing anonymous and local class with custom adapter (#2498) 2024-01-29 08:21:04 -08:00
ParameterizedTypesTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
PrettyPrintingTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
PrimitiveCharacterTest.java Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
PrimitiveTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
PrintFormattingTest.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
RawSerializationTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
ReadersWritersTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
ReflectionAccessFilterTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
ReflectionAccessTest.java Add CI build using JDK 21 (#2552) 2023-11-26 16:36:43 -08:00
ReusedTypeVariablesFullyResolveTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
RuntimeTypeAdapterFactoryFunctionalTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
SecurityTest.java Perform minor code clean-up (#2544) 2023-11-19 09:01:19 -08:00
SerializedNameTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
StreamingTypeAdaptersTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
StringTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
ToNumberPolicyFunctionalTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
TreeTypeAdaptersTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
TypeAdapterPrecedenceTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
TypeAdapterRuntimeTypeWrapperTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
TypeHierarchyAdapterTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
TypeVariableTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
UncategorizedTest.java Formats codebase (#2531) 2023-11-06 11:59:01 -08:00
VersioningTest.java Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00