mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
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+.
Error Prone Support coding guidelines
This module provides Error Prone checks that describe and suggest coding guidelines for both Error Prone checks and Refaster rules. These rules are only meant to be applied to Error Prone Support itself.