René's URL Explorer Experiment


Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava

X Title: java.lang.IllegalStateException: No such ... found in the Scene tests · Issue #3 · UnitTestBot/UTBotJava

Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest.testStaticMethodSideEffectEliminationWi...

Open Graph Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest...

X Description: 15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"java.lang.IllegalStateException: No such ... found in the Scene tests","articleBody":"[15 tests](https://github.com/UnitTestBot/UTBotJava/actions/runs/2358712302) are **disabled** but they **fail** and must be fixed:\r\n\r\n- MockWithSideEffectExampleTest.testSideEffectElimination\r\n- MockWithSideEffectExampleTest.testSideEffectWithoutMocks\r\n- MockWithSideEffectExampleTest.testStaticMethodSideEffectEliminationWithoutMocks\r\n- MockWithSideEffectExampleTest.testSideEffect\r\n- MockWithSideEffectExampleTest.testStaticMethodSideEffectElimination\r\n- ModelMinimizationExamplesTest.conditionCheckAEqTest\r\n- ModelMinimizationExamplesTest.conditionCheckANeTest\r\n- ModelMinimizationExamplesTest.conditionCheckBEqTest\r\n- ModelMinimizationExamplesTest.conditionCheckBNeTest\r\n- ModelMinimizationExamplesTest.conditionCheckNoNullabilityConstraintTest\r\n- ModelMinimizationExamplesTest.firstArrayElementContainsSentinelTest\r\n- ModelMinimizationExamplesTest.multipleConstraintsTest\r\n- ModelMinimizationExamplesTest.singleValueComparisonNotNullTest\r\n- ModelMinimizationExamplesTest.singleValueComparisonTest\r\n- SimpleClassMultiInstanceExampleTest.singleObjectChangeTest\r\n\r\nAll the tests fail with the **same error** type:\r\n`java.lang.IllegalStateException: No such org.utbot.examples.mock.MockWithSideEffectExample found in the Scene`\r\n\r\n\u003cdetails\u003e\r\n    \u003csummary\u003etestSideEffect error report\u003c/summary\u003e\r\n    java.lang.IllegalStateException: No such com.huawei.utbot.examples.mock.MockWithSideEffectExample found in the Scene\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.graph(UtBotTestCaseGenerator.kt:373)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generateAsync(UtBotTestCaseGenerator.kt:169)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generateAsync$default(UtBotTestCaseGenerator.kt:165)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1$1.invokeSuspend(UtBotTestCaseGenerator.kt:340)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1$1.invoke(UtBotTestCaseGenerator.kt)\r\n\tat com.huawei.utbot.common.ConcurrencyKt$runBlockingWithCancellationPredicate$1$job$1.invokeSuspend(Concurrency.kt:39)\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:274)\r\n\tat kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:84)\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 com.huawei.utbot.common.ConcurrencyKt.runBlockingWithCancellationPredicate(Concurrency.kt:38)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1.invoke(UtBotTestCaseGenerator.kt:339)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator$generate$1.invoke(UtBotTestCaseGenerator.kt:53)\r\n\tat com.huawei.utbot.common.ConcurrencyKt.runIgnoringCancellationException(Concurrency.kt:47)\r\n\tat com.huawei.utbot.framework.plugin.api.UtBotTestCaseGenerator.generate(UtBotTestCaseGenerator.kt:338)\r\n\tat com.huawei.utbot.examples.AbstractTestCaseGeneratorTest.executions(AbstractTestCaseGeneratorTest.kt:2399)\r\n\tat com.huawei.utbot.examples.mock.MockWithSideEffectExampleTest.testSideEffect(MockWithSideEffectExampleTest.kt:104)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)\r\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)\r\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\r\n\tat org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)\r\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)\r\n\tat org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)\r\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)\r\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)\r\n\tat org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)\r\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)\r\n\tat org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)\r\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:413)\r\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\r\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:115)\r\n\tat org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)\r\n\tat java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)\r\n\tat java.util.Iterator.forEachRemaining(Iterator.java:116)\r\n\tat java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\r\n\tat java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)\r\n\tat java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)\r\n\tat java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)\r\n\tat java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\r\n\tat java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485)\r\n\tat org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)\r\n\tat org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)\r\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)\r\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)\r\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)\r\n\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)\r\n\tat org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n\tat org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)\r\n\tat org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)\r\n\tat com.sun.proxy.$Proxy2.stop(Unknown Source)\r\n\tat org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:133)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)\r\n\tat org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)\r\n\tat org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)\r\n\tat org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)\r\n\tat java.lang.Thread.run(Thread.java:750)\r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n    \u003csummary\u003etestSideEffect output\u003c/summary\u003e\r\n   14:52:28.507 | INFO  | CodeTestCaseGeneratorTest | Package package org.utbot.examples.mock is not fully processed yet, code generation will be tested later\r\n15:13:14.711 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.715 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.721 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.723 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.723 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.724 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.770 | INFO  | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.796 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffectElimination(ExampleClass)  --Other packages: Mockito--\r\n15:13:14.821 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.821 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.822 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.822 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.832 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.832 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.863 | INFO  | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.865 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffect(int)  --No mocks--\r\n15:13:14.888 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.888 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.889 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.889 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.890 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.890 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.914 | INFO  | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.915 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkStaticMethodSideEffectElimination(ExampleClass)  --No mocks--\r\n15:13:14.932 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.933 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.934 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.934 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.934 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.935 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:14.953 | INFO  | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:14.971 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkSideEffect(int)  --Other packages: Mockito--\r\n15:13:14.995 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/test (Is a directory)\r\n15:13:14.996 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/test (Is a directory)\r\n15:13:14.998 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/test (Is a directory)\r\n15:13:14.998 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/java/main (Is a directory)\r\n15:13:14.999 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/classes/kotlin/main (Is a directory)\r\n15:13:14.999 | WARN  | DependencyUtils | Unexpected error during parsing /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main manifest file java.io.FileNotFoundException: /home/runner/work/UTBotJava/UTBotJava/utbot-framework/build/resources/main (Is a directory)\r\n15:13:15.026 | INFO  | UtBotTestCaseGenerator | Ignoring soot initialization because parameters are the same as on previous initialization\r\n15:13:15.037 | DEBUG | UtBotTestCaseGenerator | Starting symbolic execution for org.utbot.examples.mock.MockWithSideEffectExample.checkStaticMethodSideEffectElimination(ExampleClass)  --Other packages: Mockito--\r\n\u003c/details\u003e\r\n\r\n","author":{"url":"https://github.com/viktoriia-fomina","@type":"Person","name":"viktoriia-fomina"},"datePublished":"2022-05-05T10:31:34.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3/UTBotJava/issues/3"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:98584ab0-0206-8599-1217-abc1e1a2fb09
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id98CA:153CD4:DB799:11EFB8:698EE54A
html-safe-nonce8c0afa8f02607796551cb931a1625b9cd7873e230d30a523fcffa867f726c053
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OENBOjE1M0NENDpEQjc5OToxMUVGQjg6Njk4RUU1NEEiLCJ2aXNpdG9yX2lkIjoiMjUxODg1NzgyMzkwNDc4NTczOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac92416a4cab95ebf96ee6b046e2cb295534b8ab74f3b150a34655d5f6382edd26
hovercard-subject-tagissue:1226492810
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/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bcfa4e29274f4e2e249a94e82c18e8e0996e2059787c4968c6ae8f5c6113a307/UnitTestBot/UTBotJava/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bcfa4e29274f4e2e249a94e82c18e8e0996e2059787c4968c6ae8f5c6113a307/UnitTestBot/UTBotJava/issues/3
og:image:alt15 tests are disabled but they fail and must be fixed: MockWithSideEffectExampleTest.testSideEffectElimination MockWithSideEffectExampleTest.testSideEffectWithoutMocks MockWithSideEffectExampleTest...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameviktoriia-fomina
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
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
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/issues/3#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fissues%2F3
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%2F3
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/3
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/3
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/3
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/3
New issuehttps://github.com/login?return_to=https://github.com/UnitTestBot/UTBotJava/issues/3
#176https://github.com/UnitTestBot/UTBotJava/pull/176
java.lang.IllegalStateException: No such ... found in the Scene testshttps://github.com/UnitTestBot/UTBotJava/issues/3#top
#176https://github.com/UnitTestBot/UTBotJava/pull/176
https://github.com/CaelmBleidd
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
priority-top-focusTop priority chosen by dev teamhttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22priority-top-focus%22
https://github.com/viktoriia-fomina
https://github.com/viktoriia-fomina
viktoriia-fominahttps://github.com/viktoriia-fomina
on May 5, 2022https://github.com/UnitTestBot/UTBotJava/issues/3#issue-1226492810
15 testshttps://github.com/UnitTestBot/UTBotJava/actions/runs/2358712302
CaelmBleiddhttps://github.com/CaelmBleidd
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
priority-top-focusTop priority chosen by dev teamhttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22priority-top-focus%22
UTBot Javahttps://github.com/orgs/UnitTestBot/projects/2
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.