gson-comments/gson/src/main/java/com/google/gson
Marcono1234 49ddab9eeb
Add CodeQL GitHub code scanning workflow (#2076)
* Add CodeQL GitHub code scanning workflow

* Only compile main sources for code scanning

* Move test .proto  files to test sources

`annotations.proto` also seems to be only relevant for tests because the test
explicitly registers them as extensions. By default the Proto adapter does not
consider them.

* Address some code scanning findings

* Fix some more findings
2022-02-17 18:40:40 -08:00
..
annotations Fix Javadoc warnings and errors (#2040) 2021-12-26 15:30:21 -08:00
internal Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
reflect Java 9 support: use Unsafe-based reflection in Java 9+ (#1218) 2018-01-04 00:38:50 +05:30
stream Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
ExclusionStrategy.java Fix javadoc doclint HTML warnings (#1653) 2020-02-17 14:46:15 -08:00
FieldAttributes.java fix javaDoc (#1122) 2017-07-21 10:12:25 -07:00
FieldNamingPolicy.java feat: added UPPER_CASE_WITH_UNDERSCORES in FieldNamingPolicy (#2024) 2021-11-28 09:33:22 -08:00
FieldNamingStrategy.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
Gson.java Add LazilyParsedNumber default adapter (#2060) 2022-01-28 11:26:28 -08:00
GsonBuilder.java Add more Gson default constants to be used by GsonBuilder (#2051) 2022-01-12 07:07:55 -08:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
JsonDeserializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonDeserializer.java Nice documentation for TypeAdapter. 2011-12-03 19:46:25 +00:00
JsonElement.java Remove boolean wrappers in JsonElement 2019-03-31 21:28:12 +02: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 Removed the executable flag from clearly text files 2018-04-26 10:23:15 +03:00
JsonObject.java Remove object based constructors, remove some internal stuff 2019-03-11 10:53:31 -04:00
JsonParseException.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
JsonParser.java Refactor JsonParser to statics & fix tests 2019-04-15 22:35:10 -04:00
JsonPrimitive.java Remove unnecessary explicit else statement 2019-04-05 16:20:06 +02: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 Javadoc warnings and errors (#2040) 2021-12-26 15:30:21 -08:00
JsonStreamParser.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -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
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
ToNumberPolicy.java Make default adapters stricter; improve exception messages (#2000) 2021-11-01 15:08:04 -07:00
ToNumberStrategy.java Fix Javadoc warnings and errors (#2040) 2021-12-26 15:30:21 -08:00
TypeAdapter.java There is no I/O writing to a StringWriter. 2015-06-17 22:01:17 -04:00
TypeAdapterFactory.java Correct TypeAdapterFactory reference in its Javadoc. 2014-08-09 05:35:33 +00:00