gson-comments/gson/src/main/java/com/google/gson/internal/bind
Maicol 742fd50ff7
Fix error prone warns (#2319)
* Adds a javadoc summary to the methods in the `SerializedName` annotation

Fixes the `MissingSummary` warn given by ErrorProne

* Adds a javadoc summary to the methods of the `ExclusionStrategy` annotation

 Fixes the `MissingSummary` warn given by ErrorProne

* Adds a javadoc summary to `getDeclaringClass()` and `getName()` methods of the `FieldAttributes` class

 Fixes the `MissingSummary` warn given by ErrorProne

* Adds a javadoc summary to `getMajorJavaVersion()` and `isJava9OrLater()` methods of the `JavaVersion` class

 Fixes the `MissingSummary` warn given by ErrorProne

* Adds a comment in the empty catch block of the `AccessChecker:101` class

 Fixes the `EmptyCatch` warn given by ErrorProne

* Adds a comment in the empty catch block of the `DefaultDateTypeAdapter:158` class

 Fixes the `EmptyCatch` warn given by ErrorProne

* Adds a comment in the empty catch blocks of the `UnsafeAllocator:(67|92|113)` class

 Fixes the `EmptyCatch` warn given by ErrorProne

* Adds a comment in the empty catch block of the `DateTypeAdapter:85` class

 Fixes the `EmptyCatch` warn given by ErrorProne

* Fixes javadoc param of the `deserialize(...)` method of the `JsonDeserializer` interface

 Fixes the `InvalidParam` warn given by ErrorProne

* Adds a charset `StandardCharsets.UTF_8` in the `resourceToString()` method of the `ParseBenchmark` class

Fixes the `DefaultCharset` warn given by ErrorProne

* Fixes a typo

* Implements review feedback

* Adds blank line before @ tag.
2023-02-17 09:58:16 -08:00
..
util Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ArrayTypeAdapter.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
CollectionTypeAdapterFactory.java Use diamond operator when creating generic instances (#2104) 2022-04-17 15:27:21 -07:00
DateTypeAdapter.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
DefaultDateTypeAdapter.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
JsonAdapterAnnotationTypeAdapterFactory.java Fail Maven build on compiler warnings; remove some warning suppressions (#2183) 2022-08-26 17:36:18 -07:00
JsonTreeReader.java Code cleanup (#2282) 2022-12-13 08:50:25 -08:00
JsonTreeWriter.java Code cleanup (#2282) 2022-12-13 08:50:25 -08:00
MapTypeAdapterFactory.java Fix incorrect HTML headings in Javadoc (#2200) 2022-09-24 17:02:11 -07:00
NumberTypeAdapter.java Make default adapters stricter; improve exception messages (#2000) 2021-11-01 15:08:04 -07:00
ObjectTypeAdapter.java Fail Maven build on compiler warnings; remove some warning suppressions (#2183) 2022-08-26 17:36:18 -07:00
ReflectiveTypeAdapterFactory.java Improve exception message for duplicate field names (#2251) 2022-12-04 17:27:43 -08:00
SerializationDelegatingTypeAdapter.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
TreeTypeAdapter.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
TypeAdapterRuntimeTypeWrapper.java Fix TypeAdapterRuntimeTypeWrapper not detecting reflective TreeTypeAdapter and FutureTypeAdapter (#1787) 2022-10-10 16:10:48 -07:00
TypeAdapters.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00