Skip to content

Releases: google/error-prone

Error Prone 2.14.0

Error Prone 2.13.1

15 Apr 20:19
Compare
Choose a tag to compare

What's Changed

  • Fix a crash in UnnecessaryBoxedVariable in #3118
  • Include the unicode character in the diagnostic message in #3119

Full Changelog: v2.13.0...v2.13.1

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