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

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    4f7d046 View commit details
    Browse the repository at this point in the history
  2. Make constructor non-public

    lukehutch committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e64e9ef View commit details
    Browse the repository at this point in the history
  3. Update Javadoc

    lukehutch committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    9e61b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Bump jvm-driver from 8.6.0 to 8.7.0

    Bumps [jvm-driver](https://github.com/toolfactory/jvm-driver) from 8.6.0 to 8.7.0.
    - [Release notes](https://github.com/toolfactory/jvm-driver/releases)
    - [Commits](toolfactory/jvm-driver@jvm-driver-8.6.0...jvm-driver-8.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.toolfactory:jvm-driver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b361139 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Added missing getters for access flags/modifiers (ClassInfo, MethodIn…

    …fo, FieldInfo)
    
    ClassInfo:
    
    Added isPrivate, isProtected getters for inner classes (see: https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html#jvms-4.7.6)
    
    MethdInfo:
    
    Added isPrivate, isProtected, isAbstract, isStrict getters (see: https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html#jvms-4.6)
    
    FieldInfo:
    
    Added isPrivate, isProtected ,isSynthetic, isEnum getters (https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html#jvms-4.5)
    tkrautinger committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    835d4d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge pull request #604 from tkrautinger/latest

    Added missing getters for access flags/modifiers (ClassInfo, MethodInfo, FieldInfo)
    lukehutch authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    7fb7d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0023616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770ef93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #603 from classgraph/dependabot/maven/io.github.to…

    …olfactory-jvm-driver-8.7.0
    
    Bump jvm-driver from 8.6.0 to 8.7.0
    lukehutch authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    de39ae7 View commit details
    Browse the repository at this point in the history
  5. Source > Cleanup

    lukehutch committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    7a66f12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c946fa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45b9df9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b33e72 View commit details
    Browse the repository at this point in the history
Loading