Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spotbugs/spotbugs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.2
Choose a base ref
...
head repository: spotbugs/spotbugs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.3
Choose a head ref

Commits on Dec 13, 2021

  1. Copy the full SHA
    49fc6f6 View commit details

Commits on Dec 15, 2021

  1. Copy the full SHA
    10b6a3e View commit details
  2. docs: update CHANGELOG

    KengoTODA committed Dec 15, 2021
    Copy the full SHA
    69af826 View commit details
  3. Copy the full SHA
    9dab836 View commit details
  4. Changed my url to the github one

    iloveeclipse authored and KengoTODA committed Dec 15, 2021
    Copy the full SHA
    ddbe4aa View commit details
  5. Convert fancy-hist.xsl to LF only

    iloveeclipse authored and KengoTODA committed Dec 15, 2021
    Copy the full SHA
    0761473 View commit details

Commits on Dec 17, 2021

  1. 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>
    dependabot[bot] authored and KengoTODA committed Dec 17, 2021
    Copy the full SHA
    2c9806f View commit details
  2. 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>
    dependabot[bot] authored and KengoTODA committed Dec 17, 2021
    Copy the full SHA
    0f5fab0 View commit details

Commits on Dec 20, 2021

  1. 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>
    dependabot[bot] authored and KengoTODA committed Dec 20, 2021
    Copy the full SHA
    2133756 View commit details
  2. 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>
    dependabot[bot] authored and KengoTODA committed Dec 20, 2021
    Copy the full SHA
    f67ff53 View commit details
  3. docs: add missing changelog entry for #1885 (#1887)

    * docs: add missing changelog entry for #1885
    
    * Update CHANGELOG.md
    KengoTODA authored Dec 20, 2021
    Copy the full SHA
    8852e99 View commit details
  4. 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>
    dependabot[bot] authored and KengoTODA committed Dec 20, 2021
    Copy the full SHA
    24bf65f View commit details

Commits on Dec 21, 2021

  1. 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()
    gtoison authored and KengoTODA committed Dec 21, 2021
    Copy the full SHA
    569a383 View commit details

Commits on Dec 22, 2021

  1. 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.
    studro authored Dec 22, 2021
    Copy the full SHA
    1345756 View commit details
  2. 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>
    dependabot[bot] authored and KengoTODA committed Dec 22, 2021
    Copy the full SHA
    d8cef7f View commit details
  3. 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>
    Zustin and KengoTODA authored Dec 22, 2021
    Copy the full SHA
    24a56b5 View commit details

Commits on Dec 28, 2021

  1. 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
    KengoTODA authored Dec 28, 2021
    Copy the full SHA
    1f72232 View commit details

Commits on Jan 4, 2022

  1. 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>
    dependabot[bot] authored and KengoTODA committed Jan 4, 2022
    Copy the full SHA
    f9663e6 View commit details
  2. Copy the full SHA
    a262e67 View commit details
  3. Copy the full SHA
    df0505a View commit details
  4. Copy the full SHA
    13530c7 View commit details

Commits on Jan 5, 2022

  1. release 4.5.3

    KengoTODA committed Jan 5, 2022
    Copy the full SHA
    e7aaa9c View commit details
Loading