gson-comments/extras
Marcono1234 5187808233
Enable additional Error Prone checks & fix violations (#2561)
* Enable additional Error Prone checks & fix violations

Some of them also enforce additional Google Java Format requirements which
are not handled by google-java-format, such as disallowing wildcard imports.

Not all experimental checks have been listed because some are not applicable,
such as Dependency Injection framework checks, or checks related to Guava's
immutable collections (since Gson's main code does not have a dependency on
Guava).

Other checks have been omitted because they are probably not relevant
(this was a subjective choice), or would require larger refactoring or
would flag issues with the public API, which cannot be changed easily.

* Address review feedback

---------

Co-authored-by: Éamonn McManus <emcmanus@google.com>
2024-01-09 10:19:09 -08:00
..
src Enable additional Error Prone checks & fix violations (#2561) 2024-01-09 10:19:09 -08:00
README.md Add READMEs to Maven modules (#2039) 2021-12-27 10:17:41 -08:00
pom.xml Make Maven build reproducible (#2543) 2023-11-18 12:17:40 -08:00

README.md

extras

This Maven module contains the source code for supplementary Gson features which are not included by default.

The artifacts created by this module are currently not deployed to Maven Central.