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: diffblue/java-models-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: diffblue/java-models-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sv-comp22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 24 files changed
  • 1 contributor

Commits on Oct 15, 2021

  1. Make unsupported case notModelled instead of using assume

    Under-approximated models can lead to spurious UNSAT results
    in JBMC; however, we can mark over-approximated cases as
    notModelled and JBMC will detect them and give a warning that
    behaviour is over-approximating when reporting SAT.
    peterschrammel committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    34ff616 View commit details
    Browse the repository at this point in the history
  2. Add missing cast

    Without the cast we get a spurious UNSAT.
    peterschrammel committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    729021a View commit details
    Browse the repository at this point in the history
  3. Make unsupported case notModelled instead of using assume

    Under-approximated models can lead to spurious UNSAT results
    in JBMC; however, we can mark over-approximated cases as
    notModelled and JBMC will detect them and give a warning that
    behaviour is over-approximating when reporting SAT.
    peterschrammel committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    fd05696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07a4bee View commit details
    Browse the repository at this point in the history
  5. Add java.util.Objects

    peterschrammel committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7925fbd View commit details
    Browse the repository at this point in the history
  6. A partial solution for Class object singletons

    This is necessary to make comparisons such as
    o.getClass() == o.getClass() succeed.
    peterschrammel committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7d2de5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9ba88e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Add java.util.BitSet

    peterschrammel committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    b6a35eb View commit details
    Browse the repository at this point in the history
  2. Class.forName is not sufficiently modelled

    We do not trigger static initializer execution atm.
    peterschrammel committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7cf0f92 View commit details
    Browse the repository at this point in the history
  3. Various cleanups

    peterschrammel committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    9d830b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb48d3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfc95d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    533f1aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    187e305 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94f5048 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb963f2 View commit details
    Browse the repository at this point in the history
Loading