-
Notifications
You must be signed in to change notification settings - Fork 615
Comparing changes
Open a pull request
base repository: spotbugs/spotbugs
base: 4.5.2
head repository: spotbugs/spotbugs
compare: 4.5.3
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 49fc6f6 - Browse repository at this point
Copy the full SHA 49fc6f6View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10b6a3e - Browse repository at this point
Copy the full SHA 10b6a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69af826 - Browse repository at this point
Copy the full SHA 69af826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dab836 - Browse repository at this point
Copy the full SHA 9dab836View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbe4aa - Browse repository at this point
Copy the full SHA ddbe4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0761473 - Browse repository at this point
Copy the full SHA 0761473View commit details
Commits on Dec 17, 2021
-
build(deps): bump spring-core from 5.3.13 to 5.3.14
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.13...v5.3.14) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c9806f - Browse repository at this point
Copy the full SHA 2c9806fView commit details -
build(deps): bump mockito-core from 4.1.0 to 4.2.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f5fab0 - Browse repository at this point
Copy the full SHA 0f5fab0View commit details
Commits on Dec 20, 2021
-
build(deps): bump log4j-slf4j18-impl from 2.16.0 to 2.17.0
Bumps log4j-slf4j18-impl from 2.16.0 to 2.17.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j18-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2133756 - Browse repository at this point
Copy the full SHA 2133756View commit details -
build(deps): bump checker-qual from 3.20.0 to 3.21.0
Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.20.0...checker-framework-3.21.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f67ff53 - Browse repository at this point
Copy the full SHA f67ff53View commit details -
docs: add missing changelog entry for #1885 (#1887)
* docs: add missing changelog entry for #1885 * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 8852e99 - Browse repository at this point
Copy the full SHA 8852e99View commit details -
build(deps): bump com.github.spotbugs from 5.0.2 to 5.0.3
Bumps com.github.spotbugs from 5.0.2 to 5.0.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 24bf65f - Browse repository at this point
Copy the full SHA 24bf65fView commit details
Commits on Dec 21, 2021
-
optim: removed linear search in ValueNumberFrame.getLoad()
ValueNumberFrame.availableLoad is searched by AvailableLoad and by ValueNumber. Replaced the Map by a bidirectional map so we can avoir linear searches in getLoad()
Configuration menu - View commit details
-
Copy full SHA for 569a383 - Browse repository at this point
Copy the full SHA 569a383View commit details
Commits on Dec 22, 2021
-
Corrected class name validation to no longer fail for Kotlin classes …
…on class path containing special characters (#1884) * Added test cases to demonstrate incorrect name validation. * Improved class name verification to match JVM specification. Also added logic to allow existing cases where a field descriptor or dotted class name is provided instead of a slashed (binary) class name. * Updated CHANGELOG.md. * Implemented code review feedback. * Documented private methods in class name validity checker with links to JVM spec. * Cleaned up array type checking code. * Added test to ensure that empty class names are rejected. * Fixing incorrect exception documentation in ClassName#isValidArrayFieldDescriptor.
Configuration menu - View commit details
-
Copy full SHA for 1345756 - Browse repository at this point
Copy the full SHA 1345756View commit details -
build(deps): bump com.gradle.enterprise from 3.7.2 to 3.8
Bumps com.gradle.enterprise from 3.7.2 to 3.8. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d8cef7f - Browse repository at this point
Copy the full SHA d8cef7fView commit details -
Fix some false negative issues about the rule RV_DONT_JUST_NULL_CHECK…
…_READLINE (#1823) * Update BadUseOfReturnValue.java * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update BadUseOfReturnValue.java * Update CHANGELOG.md * Update CHANGELOG.md * update:spotlessApply Co-authored-by: Kengo TODA <skypencil+github@gmail.com> Co-authored-by: huaien <Zustin>
Configuration menu - View commit details
-
Copy full SHA for 24a56b5 - Browse repository at this point
Copy the full SHA 24a56b5View commit details
Commits on Dec 28, 2021
-
Make the governance policy for this repo clear (#1856)
* docs: make the governance policy for this repo clear * docs: reflect a review from ThrawnCA https://github.com/spotbugs/spotbugs/pull/1856/files#r765329718 * docs: update GOVERNANCE.md * docs: correct sentences to tell meaning without making readers confused
Configuration menu - View commit details
-
Copy full SHA for 1f72232 - Browse repository at this point
Copy the full SHA 1f72232View commit details
Commits on Jan 4, 2022
-
build(deps): bump log4j-slf4j18-impl from 2.17.0 to 2.17.1
Bumps log4j-slf4j18-impl from 2.17.0 to 2.17.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j18-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f9663e6 - Browse repository at this point
Copy the full SHA f9663e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a262e67 - Browse repository at this point
Copy the full SHA a262e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0505a - Browse repository at this point
Copy the full SHA df0505aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13530c7 - Browse repository at this point
Copy the full SHA 13530c7View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7aaa9c - Browse repository at this point
Copy the full SHA e7aaa9cView 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 4.5.2...4.5.3