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: classgraph/classgraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: classgraph-4.8.97
Choose a base ref
...
head repository: classgraph/classgraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: classgraph-4.8.98
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    4d4e96a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Update README.md

    lukehutch authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    4a97779 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Configuration menu
    Copy the full SHA
    4b155fa View commit details
    Browse the repository at this point in the history
  2. Update Javadoc

    lukehutch committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    dc76e9b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Fix NPE in TypeArgument's equals and hashCode

    Since `typeSignature` in `TypeArgument` could be null it should be honored in equals and hashcode methods
    Tagakov authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    0000d10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #491 from Tagakov/patch-1

    Fix NPE in TypeArgument's equals and hashCode
    lukehutch authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    cc314d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4684dcb View commit details
    Browse the repository at this point in the history
Loading