gson-comments/gson/src/main/java/com/google/gson
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
..
annotations Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
internal Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
reflect Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
stream Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
ExclusionStrategy.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
FieldAttributes.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
FieldNamingPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
FieldNamingStrategy.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
FormattingStyle.java Fixes #776: Add settings for the kind of newline to use (#2231) 2023-02-12 08:20:02 -08:00
Gson.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
GsonBuilder.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java [maven-release-plugin] prepare release gson-parent-2.10 2022-10-24 17:33:34 -07:00
JsonDeserializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonDeserializer.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
JsonElement.java Make JsonElement conversion methods more consistent and fix javadoc (#2178) 2022-08-21 13:29:40 -07:00
JsonIOException.java Remove dead code and fold contents of single-member helper classes into their clients. 2011-11-20 21:02:26 +00:00
JsonNull.java Remove already covered condition in JsonNull.equals() (#2271) 2022-12-06 10:43:08 -08:00
JsonObject.java [maven-release-plugin] prepare release gson-parent-2.10.1 2023-01-06 07:42:31 -08:00
JsonParseException.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
JsonParser.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
JsonPrimitive.java Fixes #776: Add settings for the kind of newline to use (#2231) 2023-02-12 08:20:02 -08:00
JsonSerializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonSerializer.java Fix non-threadsafe creation of adapter for type with cyclic dependency (#1832) 2022-12-05 09:10:36 -08:00
JsonStreamParser.java Remove EOFException special casing of JsonStreamParser.next() (#2281) 2022-12-14 08:33:33 -08:00
JsonSyntaxException.java Fix JavaDoc on JsonSyntaxException 2010-11-05 20:34:27 +00:00
LongSerializationPolicy.java Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990) 2021-10-11 12:34:32 -07:00
ReflectionAccessFilter.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ToNumberPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
ToNumberStrategy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
TypeAdapter.java Fix non-threadsafe creation of adapter for type with cyclic dependency (#1832) 2022-12-05 09:10:36 -08:00
TypeAdapterFactory.java Fix incorrect HTML headings in Javadoc (#2200) 2022-09-24 17:02:11 -07:00
package-info.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00