gson-comments/metrics/src/main/java/com/google/gson/metrics
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
..
BagOfPrimitives.java Code cleanup (#2282) 2022-12-13 08:50:25 -08:00
BagOfPrimitivesDeserializationBenchmark.java Update Caliper dependency; disable automatic result upload (#2019) 2021-11-22 10:01:26 -08:00
CollectionsDeserializationBenchmark.java Add Gson.fromJson(..., TypeToken) overloads (#1700) 2022-09-19 06:47:11 -07:00
NonUploadingCaliperRunner.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ParseBenchmark.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
SerializationBenchmark.java Update Caliper dependency; disable automatic result upload (#2019) 2021-11-22 10:01:26 -08:00