gson-comments/gson/src/test/java/com/google/gson/functional
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
..
ArrayTest.java Minor cleanups in deprecations and other warnings (#1522) 2019-10-03 15:49:24 -07:00
CircularReferenceTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
CollectionTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
ConcurrencyTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
CustomDeserializerTest.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
CustomSerializerTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
CustomTypeAdaptersTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
DefaultTypeAdaptersTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
DelegateTypeAdapterTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
EnumTest.java Support EnumMap deserialization (#2071) 2022-02-04 07:20:32 -08:00
EnumWithObfuscatedTest.java Fix indentation of EnumWithObfuscatedTest 2021-08-04 12:30:07 +09:00
EscapingTest.java Added a test to ensure that Gson handles repeated invocation of itself correctly. 2010-11-15 22:56:01 +00:00
ExclusionStrategyFunctionalTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
ExposeFieldsTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
FieldExclusionTest.java Adopt JsonElementWriter in GSON. 2011-09-30 07:08:44 +00:00
FieldNamingTest.java feat: added UPPER_CASE_WITH_UNDERSCORES in FieldNamingPolicy (#2024) 2021-11-28 09:33:22 -08:00
GsonVersionDiagnosticsTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
InheritanceTest.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
InstanceCreatorTest.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
InterfaceTest.java Revised ancestor stack to use both object and type 2009-10-03 04:45:12 +00:00
InternationalizationTest.java Updated Gson escaper to not escape unicode characters. This is in response to Issue 80. 2008-12-19 20:41:53 +00:00
JavaUtilConcurrentAtomicTest.java renamed JavaUtilConcurrentLocksTest to JavaUtilConcurrentAtomicTest 2015-11-06 15:24:15 -08:00
JavaUtilTest.java added tests for Properties 2015-11-06 16:17:47 -08:00
JsonAdapterAnnotationOnClassesTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
JsonAdapterAnnotationOnFieldsTest.java addressed code review comments. 2016-06-14 16:34:34 -07:00
JsonAdapterSerializerDeserializerTest.java Don't use ThreadLocals for @JsonAdapter factories and getDelegateAdapter(). 2016-06-02 00:33:09 -04:00
JsonArrayTest.java Added test for nulls 2015-07-23 23:02:46 -07:00
JsonParserTest.java Minor cleanups in deprecations and other warnings (#1522) 2019-10-03 15:49:24 -07:00
JsonTreeTest.java Honor our 'ignore nulls' policy when converting objects to JSON trees. 2011-10-23 20:28:04 +00:00
LeniencyTest.java Add setting for leniency on Gson instance. 2016-01-18 12:08:11 -05:00
MapAsArrayTypeAdapterTest.java Minor cleanups in deprecations and other warnings (#1522) 2019-10-03 15:49:24 -07:00
MapTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
MoreSpecificTypeSerializationTest.java Fix a bunch of preserve-type issues: 2011-04-20 22:27:51 +00:00
NamingPolicyTest.java feat: added UPPER_CASE_WITH_UNDERSCORES in FieldNamingPolicy (#2024) 2021-11-28 09:33:22 -08:00
NullObjectAndFieldTest.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
ObjectTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
ParameterizedTypesTest.java Minor cleanups in deprecations and other warnings (#1522) 2019-10-03 15:49:24 -07:00
PrettyPrintingTest.java removed compiler warnings. 2010-11-03 13:28:09 +00:00
PrimitiveCharacterTest.java Added support in Gson for serializing/deserializing from primitive char. 2011-09-16 05:52:32 +00:00
PrimitiveTest.java Add LazilyParsedNumber default adapter (#2060) 2022-01-28 11:26:28 -08:00
PrintFormattingTest.java Updated SuppressWarnings annotations to Eclipse 3.6/3.7 which is unfortunately incompatible with Eclipse 3.5 (rawtypes vs unchecked) 2011-10-20 21:32:46 +00:00
RawSerializationTest.java More tests to ensure that serialization works for parameterized types like A<B<C<D>>> without the need to specify type in toJson() 2011-06-25 20:14:09 +00:00
ReadersWritersTest.java Throw JsonParseException in event of binding failures like type mismatches. 2011-10-24 01:32:46 +00:00
ReflectionAccessTest.java Fix failing to serialize Collection or Map with inaccessible constructor (#1902) 2021-11-09 07:16:35 -08:00
ReusedTypeVariablesFullyResolveTest.java Adjust some minor details of #1391. 2021-08-02 17:33:10 -07:00
RuntimeTypeAdapterFactoryFunctionalTest.java Added support for JsonSerializer/JsonDeserializer for JsonAdapter annotation. 2016-06-02 00:08:25 -04:00
SecurityTest.java Updated the security token to make generated Json non-executable. Removed the unneeded <data> element at the end. 2009-03-20 18:02:35 +00:00
SerializedNameTest.java Fix some typos in gson comments. 2016-02-15 14:11:23 -08:00
StreamingTypeAdaptersTest.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
StringTest.java Don't unwrap single-element String arrays 2011-09-09 05:41:35 +00:00
ToNumberPolicyFunctionalTest.java Support arbitrary Number implementation for Object and Number deserialization (#1290) 2021-10-08 17:09:43 -07:00
TreeTypeAdaptersTest.java Put module-info.class into Multi-Release JAR folder (#2013) 2022-01-01 12:44:39 -08:00
TypeAdapterPrecedenceTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TypeHierarchyAdapterTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TypeVariableTest.java Tests that demonstrate that type variables work. 2011-01-19 22:24:10 +00:00
UncategorizedTest.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
VersioningTest.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00