-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v3.2.0
head repository: mockito/mockito
compare: v3.2.4
- 10 commits
- 27 files changed
- 6 contributors
Commits on Dec 6, 2019
-
Fixes #1839 : Badge improvements in README.md (#1840)
Use shields.io badge for Bintray, as the Bintray hosted badge shows "Download" and cannot be made to show "Bintray". Split an excessively long line for the first row of badges. Update the alt text for "Release Notes". Non-graphical users would only see a link to the release notes. "Javadoc" was misspelled as "Javadocs". Use HTTPS for all links. Use direct links to the package on Maven Central and Bintray. Use the default color for Javadoc, red looks as an error.
Configuration menu - View commit details
-
Copy full SHA for ae8117f - Browse repository at this point
Copy the full SHA ae8117fView commit details
Commits on Dec 7, 2019
-
Add matchers for incompatible type matchers (#1832)
We discovered that users run into issues with using the wrong Mockito matcher for arguments. Examples include `any(Integer.class)` instead of `anyInt()` and `anyInt()` instead of `anyFloat()`. Users then run into cryptic run-time errors that are difficult to understand. These ErrorProne checkers make these a compile warning, to warn the user before hand. They also provide the appropriate fixes that can be directly applied.
Configuration menu - View commit details
-
Copy full SHA for dd68237 - Browse repository at this point
Copy the full SHA dd68237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c3b4f - Browse repository at this point
Copy the full SHA 49c3b4fView commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fe1141b - Browse repository at this point
Copy the full SHA fe1141bView commit details -
Update version number to Mockito 3.2.2
3.2.1 was already published and tagged, so we should skip that version.
Configuration menu - View commit details
-
Copy full SHA for 4c29061 - Browse repository at this point
Copy the full SHA 4c29061View commit details -
3.2.2 release (previous 3.2.0) + release notes updated by CI build 4322
[ci skip-release]
Configuration menu - View commit details
-
Copy full SHA for 517facc - Browse repository at this point
Copy the full SHA 517faccView commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1ce2078 - Browse repository at this point
Copy the full SHA 1ce2078View commit details -
3.2.3 release (previous 3.2.2) + release notes updated by CI build 4326
[ci skip-release]
Configuration menu - View commit details
-
Copy full SHA for f5bea9b - Browse repository at this point
Copy the full SHA f5bea9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4898be5 - Browse repository at this point
Copy the full SHA 4898be5View commit details -
3.2.4 release (previous 3.2.3) + release notes updated by CI build 4328
[ci skip-release]
Configuration menu - View commit details
-
Copy full SHA for 204f9c1 - Browse repository at this point
Copy the full SHA 204f9c1View 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 v3.2.0...v3.2.4