René's URL Explorer Experiment


Title: `ProtocolNotBoundException` exception when importing libraries in IDEA · Issue #1433 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: `ProtocolNotBoundException` exception when importing libraries in IDEA · Issue #1433 · UnitTestBot/UTBotJava

X Title: `ProtocolNotBoundException` exception when importing libraries in IDEA · Issue #1433 · UnitTestBot/UTBotJava

Description: Description The following exception has fallen into IDEA when Generate tests action had been initiated before import libraries and indexing in IDEA process finished: com.jetbrains.rd.framework.base.ProtocolNotBoundException: Server.Engin...

Open Graph Description: Description The following exception has fallen into IDEA when Generate tests action had been initiated before import libraries and indexing in IDEA process finished: com.jetbrains.rd.framework.base...

X Description: Description The following exception has fallen into IDEA when Generate tests action had been initiated before import libraries and indexing in IDEA process finished: com.jetbrains.rd.framework.base...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/issues/1433

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`ProtocolNotBoundException` exception when importing libraries in IDEA","articleBody":"**Description**\r\n\r\nThe following exception has fallen into IDEA when Generate tests action had been initiated before import libraries and indexing in IDEA process finished:\r\n`com.jetbrains.rd.framework.base.ProtocolNotBoundException: Server.EngineProcessModel.obtainClassId::\u003c\u003cunbound\u003e\u003e is not bound to a protocol`\r\n\r\n**To Reproduce**\r\n\r\n1. The following `settings.properties` was used: \r\n\r\n`logConcreteExecutionErrors=true\r\ninstrumentedProcessLogLevel=Debug`\r\n\r\n2. Run the 'UTBotJava' project in IntelliJ Idea\r\n3. Install [one of the latest plugins built from main](https://github.com/UnitTestBot/UTBotJava/actions/runs/3551969726)\r\n4. Checkout main version from 3 days ago (to initiate import and indexing process lasting long)\r\n5. Start test generation for 1-2 samples (static mocking was selected)\r\n\r\n**Expected behavior**\r\n\r\nNo exception is supposed to fall down to IDE.\r\n\r\n**Actual behavior**\r\n\r\n\u003csummary\u003e\r\nProtocolNotBoundException: Server.EngineProcessModel.obtainClassId::\u003c\u003cunbound\u003e\u003e is not bound to a protocol\r\n\u003c/summary\u003e\r\n\u003cdetails\u003e\r\ncom.jetbrains.rd.framework.base.ProtocolNotBoundException: Server.EngineProcessModel.obtainClassId::\u003c\u003cunbound\u003e\u003e is not bound to a protocol\r\n\tat com.jetbrains.rd.framework.base.RdBindableBase.nb(RdBindableBase.kt:52)\r\n\tat com.jetbrains.rd.framework.base.RdBindableBase.getProtocol(RdBindableBase.kt:36)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.createResponseScheduler(RdTask.kt:264)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.startSuspending(RdTask.kt:258)\r\n\tat com.jetbrains.rd.framework.IRdCall$DefaultImpls.startSuspending(TaskInterfaces.kt:167)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.startSuspending(RdTask.kt:186)\r\n\tat com.jetbrains.rd.framework.IRdCall$DefaultImpls.startSuspending$default(TaskInterfaces.kt:167)\r\n\tat org.utbot.rd.UtRdUtilKt$startBlocking$1.invokeSuspend(UtRdUtil.kt:30)\r\n\tat kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\r\n\tat kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)\r\n\tat kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)\r\n\tat kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)\r\n\tat org.utbot.rd.UtRdUtilKt.startBlocking(UtRdUtil.kt:30)\r\n\tat org.utbot.intellij.plugin.process.EngineProcess.obtainClassId(EngineProcess.kt:200)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1$run$1$2.compute(UtTestsDialogProcessor.kt:173)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1$run$1$2.compute(UtTestsDialogProcessor.kt:171)\r\n\tat com.intellij.openapi.project.DumbService.lambda$runReadActionInSmartMode$0(DumbService.java:113)\r\n\tat com.intellij.openapi.project.DumbService.lambda$runReadActionInSmartMode$1(DumbService.java:157)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:941)\r\n\tat com.intellij.openapi.application.ReadAction.compute(ReadAction.java:68)\r\n\tat com.intellij.openapi.project.DumbService.runReadActionInSmartMode(DumbService.java:150)\r\n\tat com.intellij.openapi.project.DumbService.runReadActionInSmartMode(DumbService.java:113)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1.run(UtTestsDialogProcessor.kt:171)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:442)\r\n\tat com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$5(CoreProgressManager.java:493)\r\n\tat com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)\r\n\tat com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)\r\n\tat com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)\r\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)\r\n\tat java.base/java.lang.Thread.run(Thread.java:833)\r\n\u003c/details\u003e\r\n\r\n**Visual proofs (screenshots, logs, images)**\r\n\r\n\u003csummary\u003e\r\nidea.log\r\n\u003c/summary\u003e\r\n\u003cdetails\u003e\r\n2022-11-28 16:10:10,487 [1609496]   INFO - STDOUT - Locked\r\n2022-11-28 16:10:10,567 [1609576]   INFO - STDOUT - Engine process started with PID = 16012\r\n2022-11-28 16:10:10,569 [1609578]   INFO - STDOUT - Engine process log file - C:\\Users\\lWX1182794\\AppData\\Local\\Temp\\UTBot\\rdEngineProcessLogs\\28-11-2022_16-10-10.log\r\n2022-11-28 16:10:10,573 [1609582]   INFO - STDOUT - RdCoroutineHost overridden \r\n2022-11-28 16:10:15,660 [1614669]   INFO - #c.j.p.intellij-plugin - [3, source=INIT] ProjectDataProvider#fetchInfoFor() - Failed obtaining data for 8 dependencies\r\n2022-11-28 16:11:17,728 [1676737]   WARN - #c.i.u.x.Binding - no accessors for org.jetbrains.idea.perforce.perforce.ConnectionId\r\n2022-11-28 16:11:17,759 [1676768]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=utbot, containerState=COMPONENT_CREATED, componentStore=C:\\Users\\lWX1182794\\UTBotJava)GradleLocalSettings took 11 ms\r\n2022-11-28 16:12:17,919 [1736928]   INFO - STDOUT - ServerSocket: start terminating lifetime \r\n2022-11-28 16:12:18,434 [1737443]   INFO - STDOUT - ServerSocket: termination finished \r\n\r\n2022-11-28 16:12:56,772 [1775781]   INFO - STDOUT - Unlocked\r\n2022-11-28 16:12:56,875 [1775884] SEVERE - #c.i.o.p.Task - Server.EngineProcessModel.obtainClassId::\u003c\u003cunbound\u003e\u003e is not bound to a protocol\r\ncom.jetbrains.rd.framework.base.ProtocolNotBoundException: Server.EngineProcessModel.obtainClassId::\u003c\u003cunbound\u003e\u003e is not bound to a protocol\r\n\tat com.jetbrains.rd.framework.base.RdBindableBase.nb(RdBindableBase.kt:52)\r\n\tat com.jetbrains.rd.framework.base.RdBindableBase.getProtocol(RdBindableBase.kt:36)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.createResponseScheduler(RdTask.kt:264)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.startSuspending(RdTask.kt:258)\r\n\tat com.jetbrains.rd.framework.IRdCall$DefaultImpls.startSuspending(TaskInterfaces.kt:167)\r\n\tat com.jetbrains.rd.framework.impl.RdCall.startSuspending(RdTask.kt:186)\r\n\tat com.jetbrains.rd.framework.IRdCall$DefaultImpls.startSuspending$default(TaskInterfaces.kt:167)\r\n\tat org.utbot.rd.UtRdUtilKt$startBlocking$1.invokeSuspend(UtRdUtil.kt:30)\r\n\tat kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)\r\n\tat kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)\r\n\tat kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)\r\n\tat kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)\r\n\tat kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)\r\n\tat kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)\r\n\tat org.utbot.rd.UtRdUtilKt.startBlocking(UtRdUtil.kt:30)\r\n\tat org.utbot.intellij.plugin.process.EngineProcess.obtainClassId(EngineProcess.kt:200)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1$run$1$2.compute(UtTestsDialogProcessor.kt:173)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1$run$1$2.compute(UtTestsDialogProcessor.kt:171)\r\n\tat com.intellij.openapi.project.DumbService.lambda$runReadActionInSmartMode$0(DumbService.java:113)\r\n\tat com.intellij.openapi.project.DumbService.lambda$runReadActionInSmartMode$1(DumbService.java:157)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:941)\r\n\tat com.intellij.openapi.application.ReadAction.compute(ReadAction.java:68)\r\n\tat com.intellij.openapi.project.DumbService.runReadActionInSmartMode(DumbService.java:150)\r\n\tat com.intellij.openapi.project.DumbService.runReadActionInSmartMode(DumbService.java:113)\r\n\tat org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$1$1.run(UtTestsDialogProcessor.kt:171)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:442)\r\n\tat com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$5(CoreProgressManager.java:493)\r\n\tat com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)\r\n\tat com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)\r\n\tat com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)\r\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)\r\n\tat java.base/java.lang.Thread.run(Thread.java:833)\r\n2022-11-28 16:12:56,876 [1775885] SEVERE - #c.i.o.p.Task - IntelliJ IDEA 2022.2.3  Build #IU-222.4345.14\r\n2022-11-28 16:12:56,876 [1775885] SEVERE - #c.i.o.p.Task - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.\r\n2022-11-28 16:12:56,876 [1775885] SEVERE - #c.i.o.p.Task - OS: Windows 10\r\n2022-11-28 16:12:56,877 [1775886] SEVERE - #c.i.o.p.Task - Plugin to blame: UnitTestBot version: 2022.11.563.\r\n\r\n\u003c/details\u003e\r\n\r\n\u003csummary\u003e\r\n28-11-2022_16-10-10.log\r\n\u003c/summary\u003e\r\n\u003cdetails\u003e\r\n16:10:11.627 | INFO  | EngineProcessMain         | RdCWARNING: Illegal reflective access by com.esotericsoftware.kryo.kryo5.unsafe.UnsafeUtil (file:/C:/Users/lWX1182794/AppData/Roaming/JetBrains/IntelliJIdea2022.2/plugins/utbot-intellij/lib/kryo5-5.3.0.jar) to constructor java.nio.DirectByteBuffer(long,int)\r\nWARNING: Illegal reflective access by com.esotericsoftware.kryo.kryo5.unsafe.UnsafeUtil (file:/C:/Users/lWX1182794/AppData/Roaming/JetBrains/IntelliJIdea2022.2/plugins/utbot-intellij/lib/kryo5-5.3.0.jar) to method sun.nio.ch.DirectBuffer.cleaner()\r\n ClientSocket : connected \r\n16:10:11.697 | DEBUG | EngineProcessMain         | RESUME :: {id = ClientSocket/Sender, state = 'AsyncProcessing'} \r\n16:10:11.795 | INFO  | EngineProcessMain         | signalled \r\n16:10:12.010 | INFO  | AnalyticsConfigureUtil    | PathSelectorType: INHERITORS_SELECTOR\r\n16:12:17.802 | INFO  | EngineProcessMain         | terminating lifetime by timeout \r\n16:12:17.807 | INFO  | EngineProcessMain         | runBlocking ending\r\n16:12:17.807 | INFO  | EngineProcessMain         | ClientSocket: start terminating lifetime \r\n16:12:17.807 | DEBUG | EngineProcessMain         | ClientSocket: shutting down ack sending executor \r\n16:12:17.807 | INFO  | EngineProcessMain         | runBlocking ended\r\n16:12:17.808 | DEBUG | EngineProcessMain         | ClientSocket: send buffer stopped, success: true \r\n16:12:17.808 | DEBUG | EngineProcessMain         | ClientSocket: closing socket \r\n16:12:17.809 | DEBUG | EngineProcessMain         | ClientSocket: waiting for receiver thread \r\n16:12:17.809 | DEBUG | EngineProcessMain         | Exception in SocketWire.Receive:  ClientSocket: java.net.SocketException: Socket closed \r\n16:12:17.811 | DEBUG | EngineProcessMain         | ClientSocket: receiverProc finished  \r\n16:12:17.811 | DEBUG | EngineProcessMain         | ClientSocket: terminated. \r\n16:12:17.811 | INFO  | EngineProcessMain         | ClientSocket: termination finished \r\n\u003c/details\u003e\r\n\r\n**Environment**\r\n\r\nWindows 10 Pro\r\nIntelliJ IDEA 2022.2.2\r\nGradle \r\nJDK 11\r\n\r\n**Additional context**\r\n\r\njavaw.exe process was terminated (checked in Task Manager)\r\n","author":{"url":"https://github.com/alisevych","@type":"Person","name":"alisevych"},"datePublished":"2022-11-28T13:33:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1433/UTBotJava/issues/1433"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d99d2afe-bc8c-8407-76c3-79e248ab8f2f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8FCC:C89EE:BCA23B:FB4273:698F85F5
html-safe-nonce04d90a5743f0d4d0951240d38d62571c2b4eed450f797c811cef507d73e879c1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RkNDOkM4OUVFOkJDQTIzQjpGQjQyNzM6Njk4Rjg1RjUiLCJ2aXNpdG9yX2lkIjoiMTkzNzIwNjMzMzA0MTI0NzczMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac11f67a9061b75e4e0e39ec471885eaebc8750703db3a26e55d3e5f92eee7c7c8
hovercard-subject-tagissue:1466438730
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/UnitTestBot/UTBotJava/1433/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d93258dfde777da2af091320f3c765d2ab22cf9696a59234041068265cdfc9a0/UnitTestBot/UTBotJava/issues/1433
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d93258dfde777da2af091320f3c765d2ab22cf9696a59234041068265cdfc9a0/UnitTestBot/UTBotJava/issues/1433
og:image:altDescription The following exception has fallen into IDEA when Generate tests action had been initiated before import libraries and indexing in IDEA process finished: com.jetbrains.rd.framework.base...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealisevych
hostnamegithub.com
expected-hostnamegithub.com
None4763146d672e989a41c6c0bd715790c0c59341d9f855508c8a3196e1e480b8f7
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release38243223a284e53debe5a0f476578cf4a0521de7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/issues/1433#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fissues%2F1433
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fissues%2F1433
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1433
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1433
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1433
UnitTestBot https://github.com/UnitTestBot
UTBotJavahttps://github.com/UnitTestBot/UTBotJava
Notifications https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://github.com/UnitTestBot/UTBotJava
Issues 386 https://github.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects 1 https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security 0 https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Code https://github.com/UnitTestBot/UTBotJava
Issues https://github.com/UnitTestBot/UTBotJava/issues
Pull requests https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
New issuehttps://github.com/login?return_to=https://github.com/UnitTestBot/UTBotJava/issues/1433
New issuehttps://github.com/login?return_to=https://github.com/UnitTestBot/UTBotJava/issues/1433
#1536https://github.com/UnitTestBot/UTBotJava/pull/1536
ProtocolNotBoundException exception when importing libraries in IDEAhttps://github.com/UnitTestBot/UTBotJava/issues/1433#top
#1536https://github.com/UnitTestBot/UTBotJava/pull/1536
https://github.com/Domonion
comp-rdIssue is related RDhttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22comp-rd%22
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
2022.12 Releasehttps://github.com/UnitTestBot/UTBotJava/milestone/11
https://github.com/alisevych
https://github.com/alisevych
alisevychhttps://github.com/alisevych
on Nov 28, 2022https://github.com/UnitTestBot/UTBotJava/issues/1433#issue-1466438730
one of the latest plugins built from mainhttps://github.com/UnitTestBot/UTBotJava/actions/runs/3551969726
Domonionhttps://github.com/Domonion
comp-rdIssue is related RDhttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22comp-rd%22
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
UTBot Javahttps://github.com/orgs/UnitTestBot/projects/2
2022.12 Releasehttps://github.com/UnitTestBot/UTBotJava/milestone/11
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.