Files
error-prone-support/error-prone-experimental
Stephan Schroevers 433b8b90c0 Require JDK 17 rather than JDK 11 (#603)
By raising this baseline the project can now use Java 17 language features such
as text blocks, switch expressions and `instanceof` pattern matching. The code
has been updated to make use of these constructs.

Note that the project can still be used by builds that target an older version
of Java, as long as those builds are executed using JDK 17+.
2024-02-11 16:57:13 +01:00
..

Experimental Error Prone checks

This module contains Error Prone checks that are currently under development or evaluation. These checks may be works-in-progress or have uncertain impact on code. Having this module allows for controlled experimentation and refinement before integration into production environments.