René's URL Explorer Experiment


Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava

X Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework by dependabot[bot] · Pull Request #2754 · UnitTestBot/UTBotJava

Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API KT-78187 Synthetic properties not to be shown as callables KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses) KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site Analysis API. Code Compilation KT-78382 K2 IR lowering error when interface extends interface KT-73201 K2 IDE: Error while evaluating expressions with local classes KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace Analysis API. FIR Performance Improvements KT-76490 Do not load ast during the contracts phase if no contracts present KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations Fixes KT-72227 SOE from recursive value class KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work KT-72357 Implement partial body resolution KT-76932 Support context parameters on dangling modifier list KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution" KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members KT-71135 AA: exception from sealed inheritors checker when analyzeCopy KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function KT-75687 K2: local variable doesn't get to the do-while scope KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to Analysis API. Infrastructure KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element Analysis API. Light Classes KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin ... (truncated) Changelog Sourced from org.jetbrains.kotlin.plugin.serialization's changelog. 2.2.20 Analysis API KT-78187 Synthetic properties not to be shown as callables KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses) KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site Analysis API. Code Compilation KT-78382 K2 IR lowering error when interface extends interface KT-73201 K2 IDE: Error while evaluating expressions with local classes KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace Analysis API. FIR Performance Improvements KT-76490 Do not load ast during the contracts phase if no contracts present KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations Fixes KT-72227 SOE from recursive value class KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work KT-72357 Implement partial body resolution KT-76932 Support context parameters on dangling modifier list KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution" KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members KT-71135 AA: exception from sealed inheritors checker when analyzeCopy KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function KT-75687 K2: local variable doesn't get to the do-while scope KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to Analysis API. Infrastructure KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element Analysis API. Light Classes KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin KT-78065 Support "Expose boxed inline value classes" in Light Classes ... (truncated) Commits 693c44e Add ChangeLog for 2.2.20-RC2 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera... 9237f28 [Test] Reproduce KT-79816 e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc 0f5c8a7 Add ChangeLog for 2.2.20-RC Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API K...

X Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis AP...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/pull/2754

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:ed5a8aa4-b863-22cc-7af4-27fd0dbfd0c7
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idE01E:3DB6FE:4C44FB:676B09:698D8AD6
html-safe-nonceb79be49133c7ba2e0d9897706762db98a4719f22923b8e4859ea9ec9755635f0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDFFOjNEQjZGRTo0QzQ0RkI6Njc2QjA5OjY5OEQ4QUQ2IiwidmlzaXRvcl9pZCI6IjM4ODQyNzY2MDIxNjc0NjI2MTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2bd604fe874ae2ea59fa0379a6dcff7da0e04ba2646b14d948be701e9b3325a4
hovercard-subject-tagpull_request:2828072945
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/UnitTestBot/UTBotJava/pull/2754/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.20 Changelog Analysis API K...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a
turbo-cache-controlno-cache
go-importgithub.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git
octolytics-dimension-user_id87413538
octolytics-dimension-user_loginUnitTestBot
octolytics-dimension-repository_id480810501
octolytics-dimension-repository_nwoUnitTestBot/UTBotJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id480810501
octolytics-dimension-repository_network_root_nwoUnitTestBot/UTBotJava
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebd964b0594af16531b06ac03e14711206a3079aa
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F2754%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F2754%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
Reloadhttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
Reloadhttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
UnitTestBot https://patch-diff.githubusercontent.com/UnitTestBot
UTBotJavahttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://patch-diff.githubusercontent.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://patch-diff.githubusercontent.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava
Issues 386 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pulls
Discussions https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/discussions
Actions https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions
Projects 1 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/projects
Wiki https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/wiki
Security 0 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/security
Insights https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pulse
Code https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava
Issues https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/issues
Pull requests https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pulls
Discussions https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/discussions
Actions https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions
Projects https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/projects
Wiki https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/wiki
Security https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/security
Insights https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/tree/main
dependabot/gradle/utbot-framework/org.jetbrains.kotlin.plugin.serialization-2.2.20https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/tree/dependabot/gradle/utbot-framework/org.jetbrains.kotlin.plugin.serialization-2.2.20
Conversation 1 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754
Commits 1 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/commits
Checks 32 https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
Files changed https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/files
Please reload this pagehttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
Sign in for the full log viewhttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F2754%2Fchecks
Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.20 in /utbot-framework https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/pull/2754/checks
UTBot Java: build and run tests on: pull_request https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969
build-and-run-tests / prepare-matrices https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363806781?pr=2754
build-and-run-tests / spring-tests https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363806769?pr=2754
build-and-run-tests / framework-tests (composite-part1, --tests "org.utbot.examples.manual.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820059?pr=2754
build-and-run-tests / framework-tests (composite-part2, --tests "org.utbot.engine.*" --tests "org.utbot.framework.*" --... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820055?pr=2754
build-and-run-tests / framework-tests (composite-part3, --tests "org.utbot.examples.stream.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820080?pr=2754
build-and-run-tests / framework-tests (collections-part1, --tests "org.utbot.examples.collections.MapValuesTest" --test... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820092?pr=2754
build-and-run-tests / framework-tests (collections-part2, --tests "org.utbot.examples.collections.SetsTest" --tests "or... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820074?pr=2754
build-and-run-tests / framework-tests (examples-part1, --tests "org.utbot.examples.annotations.*" --tests "org.utbot.ex... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820096?pr=2754
build-and-run-tests / framework-tests (examples-part2, --tests "org.utbot.examples.invokes.*" --tests "org.utbot.exampl... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820087?pr=2754
build-and-run-tests / framework-tests (examples-part3, --tests "org.utbot.examples.primitives.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820076?pr=2754
build-and-run-tests / framework-tests (examples-part4, --tests "org.utbot.examples.thirdparty.numbers.*" --tests "org.u... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820176?pr=2754
build-and-run-tests / framework-tests (examples-part5, --tests "org.utbot.examples.strings.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820148?pr=2754
build-and-run-tests / framework-tests (examples-part6, --tests "org.utbot.examples.strings11.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820135?pr=2754
build-and-run-tests / framework-tests (examples-part7, --tests "org.utbot.examples.algorithms.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820168?pr=2754
build-and-run-tests / framework-tests (examples-part8, --tests "org.utbot.examples.codegen.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820147?pr=2754
build-and-run-tests / framework-tests (examples-part9, --tests "org.utbot.examples.mock.*" --tests "org.utbot.examples.... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820146?pr=2754
build-and-run-tests / framework-tests (examples-part10, --tests "org.utbot.examples.exceptions.*") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820161?pr=2754
build-and-run-tests / framework-tests (examples-lists, --tests "org.utbot.examples.collections.ListsPart1Test" --tests ... https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820167?pr=2754
build-and-run-tests / framework-tests (examples-maps-part1, --tests "org.utbot.examples.collections.MapsPart1Test") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820186?pr=2754
build-and-run-tests / framework-tests (examples-maps-part2, --tests "org.utbot.examples.collections.MapsPart2Test") https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820152?pr=2754
build-and-run-tests / combined-projects (utbot-intellij, utbot-cli) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363819944?pr=2754
build-and-run-tests / combined-projects (utbot-instrumentation, utbot-instrumentation-tests) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363819934?pr=2754
build-and-run-tests / combined-projects (utbot-summary, utbot-summary-tests) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363819949?pr=2754
build-and-run-tests / combined-projects (utbot-api, utbot-framework-api) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363819962?pr=2754
build-and-run-tests / single-project (utbot-core) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820019?pr=2754
build-and-run-tests / single-project (utbot-java-fuzzing) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363819988?pr=2754
build-and-run-tests / single-project (utbot-gradle) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820008?pr=2754
build-and-run-tests / single-project (utbot-junit-contest) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820001?pr=2754
build-and-run-tests / single-project (utbot-sample) https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363820118?pr=2754
publish_plugin https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50463432995?pr=2754
publish_cli https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50463432933?pr=2754
publish-cli-image https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50463432961?pr=2754
https://patch-diff.githubusercontent.com/UnitTestBot/UTBotJava/actions/runs/17724955969/job/50363806769
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.