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: UnitTestBot/java-stdlib-approximations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: experimental
Choose a base ref
...
head repository: UnitTestBot/java-stdlib-approximations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 262 files changed
  • 5 contributors

Commits on Apr 25, 2024

  1. Merge branch 'experimental'

    dog-m committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b924fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8ce0d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Aug 13, 2024

  1. Style and bug fixes for approximations (#13)

    * [feat] added Spring approximations
    
    * [feat] updated USVM API
    
    * [feat] implemented encoders
    
    * [feat] added approximation for LogFactory
    
    * [feat] updated JDK version
    
    * [feat] updated usvm-api
    
    * [fix] fixed approximations
    
    * [feat] added 'warning as error'
    
    * [fix] added 'typeIs' check for 'equals'
    
    - added 'typeIs' function into Engine
    - fixed 'equals' methods to use 'typeIs'
    
    * updated jacodb version
    
    * [fix] implemented adding all elements via internal copy
    
    - implemented List.addAll via SymbolicList.copy
    - implemented Map.addAll and Set.addAll via SymbolicMap.union
    
    * [feat] added Map.Entry encoder
    
    * [feat] added 'Log' interface approximation
    
    - disabled logging by default
    
    * [fix] deleted 'PrimitiveTypeUtils'
    
    * [fix] fixed decoders
    
    * [fix] fixed System_PrintStream
    
    * [fix] fixed 'System' approximation
    
    * [fix] fixed spliterator approximation
    
    * [fix] fixed 'AtomicBoolean' approximation
    
    * [fix] fixed 'Log' approximation
    MchKosticyn authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5f13750 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Approximation fixes (#16)

    * [fix] fixed approximations
    
    * [fix] deleted spring dependencies
    MchKosticyn authored May 19, 2025
    Configuration menu
    Copy the full SHA
    88c6be3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

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

Commits on Jul 1, 2025

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

Commits on Jul 28, 2025

  1. Updated approximations (#18)

    * [fix] fixed approximations
    
    * [chore] updated jacodb version
    
    * [fix] fixed `String` approximation
    
    - assuming small length if string is symbolic
    
    * [todo] added todo's
    MchKosticyn authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    320f8db View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Fixed string equality (#19)

    * [fix] fixed string equality
    
    * [fix] added `arrayEquals` description
    MchKosticyn authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    aa9e358 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. [feat] adds TreeSet approximation (#20)

    Signed-off-by: Старцев Матвей <tozarin@yandex.ru>
    Tozarin authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    dcc2d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Fixes throwable approximation and Map.Container (#21)

    * [fix] fixed `Map.Container`
    
    - added assumes
    
    * [fix] fixed `Throwable` approximation
    
    ---------
    
    Co-authored-by: MchKosticyn <mishakosticyn@yandex.ru>
    Tozarin and MchKosticyn authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    607384f View commit details
    Browse the repository at this point in the history
Loading