-
Notifications
You must be signed in to change notification settings - Fork 757
Comparing changes
Open a pull request
base repository: google/error-prone
base: v2.8.0
head repository: google/error-prone
compare: v2.8.1
- 10 commits
- 25 files changed
- 4 contributors
Commits on Jul 22, 2021
-
Remove removed tests from
TEST_DEPS
, and add assertions to prevent ……recurrence. PiperOrigin-RevId: 386240052
Configuration menu - View commit details
-
Copy full SHA for 91416d5 - Browse repository at this point
Copy the full SHA 91416d5View commit details
Commits on Jul 23, 2021
-
Add suggested fixes for OptionalOfRedundantMethod
Flume hits: unknown commit PiperOrigin-RevId: 386373157
Configuration menu - View commit details
-
Copy full SHA for c5218ed - Browse repository at this point
Copy the full SHA c5218edView commit details
Commits on Jul 26, 2021
-
Add a flag to configure the default nullness annotation
PiperOrigin-RevId: 386953444
Configuration menu - View commit details
-
Copy full SHA for de0b017 - Browse repository at this point
Copy the full SHA de0b017View commit details
Commits on Jul 27, 2021
-
PiperOrigin-RevId: 386995333
Configuration menu - View commit details
-
Copy full SHA for 4e91cb4 - Browse repository at this point
Copy the full SHA 4e91cb4View commit details -
Discourage looping over the result of
toCharArray()
PiperOrigin-RevId: 387181359
Configuration menu - View commit details
-
Copy full SHA for 6a63b57 - Browse repository at this point
Copy the full SHA 6a63b57View commit details
Commits on Jul 30, 2021
-
All
forEach
on subtypes ofCollection
`Collection` doesn't override the method from `Iterable`, but desugar special-cases it to allow `forEach` to be called on collection subtypes. PiperOrigin-RevId: 387858050
Configuration menu - View commit details
-
Copy full SHA for 4c57125 - Browse repository at this point
Copy the full SHA 4c57125View commit details -
Fix typo in the "The Problem" paragraph.
PiperOrigin-RevId: 387904595
Configuration menu - View commit details
-
Copy full SHA for cc5ef9e - Browse repository at this point
Copy the full SHA cc5ef9eView commit details
Commits on Aug 2, 2021
-
Handle more cases in
ReturnMissingNullable
.I have no stats about how commonly these occur, but it's easy enough to handle them. Also, minor cleanups and other notes: - Document the `NullType` subtyping implementation trick. - Check `returnType.isPrimitive()`, just as the old code used to. This check wasn't necessary in the new code until this CL's improvements. - Inline `makeFix`, which doesn't really benefit from being a separate method. Then apply a suggested simplification. PiperOrigin-RevId: 388295613
Configuration menu - View commit details
-
Copy full SHA for b660308 - Browse repository at this point
Copy the full SHA b660308View commit details
Commits on Aug 3, 2021
-
Use
nexus-staging-maven-plugin
to release to maven central from mavenPiperOrigin-RevId: 388506569
Configuration menu - View commit details
-
Copy full SHA for fb208dd - Browse repository at this point
Copy the full SHA fb208ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f51efd - Browse repository at this point
Copy the full SHA 3f51efdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.8.0...v2.8.1