Skip to content

Releases: google/error-prone

Error Prone 2.13.0

14 Apr 17:26
Compare
Choose a tag to compare
  • Handle all annotations with the simple name Generated in -XepDisableWarningsInGeneratedCode (#3094)
  • Reconcile BugChecker#isSuppressed with suppression handling in ErrorProneScanner (#3094)
  • Fix a bug in enclosingPackage (8fa64d4)
  • Improve performance of fix application (186334b)
  • Implicitly treat @AutoBuilder setter methods as @CanIgnoreReturnValue.
  • Remove some obsolete checks (PublicConstructorForAbstractClass, HashCodeToString)

Release Diff: v2.12.1...v2.13.0.

Error Prone 2.12.1

05 Apr 20:58
Compare
Choose a tag to compare

Error Prone 2.12.0

Error Prone 2.11.0

Error Prone 2.10.0

Error Prone 2.9.0

20 Aug 00:21
Compare
Choose a tag to compare

Release Error Prone 2.9.0

New checks:

  • DeprecatedVariable
  • PublicApiNamedStreamShouldReturnStream

Fixes #2124, #2371, #2393, #2470

Error Prone 2.8.1

03 Aug 19:22
Compare
Choose a tag to compare

This release adds a new check (LoopOverCharArray), and a handful of other small improvements (v2.8.0...v2.8.1).

Error Prone 2.8.0

Error Prone 2.7.1

14 May 23:11
Compare
Choose a tag to compare

Error Prone 2.7.0

14 May 21:33
Compare
Choose a tag to compare

Changes

  • Initial support for running on JDK 17 EA builds. Supports for Java 17 languages features is incomplete; bug reports for issues with Java 17 are welcome.
  • @InlineMe is a deprecation mechanism that allows automated tools to cleanup existing callers: http://errorprone.info/docs/inlineme

New checks:

Closed issues: #2257, #2260, #2282, #2301, #2322, #2323, #2324