-
```
What steps will reproduce the problem?
1. Create a review with default parameters
2. Select file to review
2. Add a Jupiter Issue
What is the expected output? What do you see instead?
double clic…
-
JPopupMenu is fine, but PopupMenu is not fine:it does not hide when clicking elsewhere with the mouse
**JPopupMenu test code:**
```
package com.github.caciocavallosilano.cacio.ctc;
import java…
-
When using the following pom.xml I get the following error:
```
java.lang.ExceptionInInitializerError
Caused by: groovy.lang.GroovyRuntimeException: Conflicting module versions. Module [groovy-x…
-
Hi, during my migration from jtwig to pebble I've noticed some odd behaviour: sometimes newlines are trimmed. Here is a test case to reproduce the issue:
```
import com.mitchellbosecke.pebble.Pebb…
-
# Refactor HelidonTest to accommodate preparatory steps before Server starts and CDI loads
## Environment Details
* Helidon Version: 2.4.1
* Helidon SE or Helidon MP : MP
* JDK version: 11
* OS…
-
```xml
org.openrewrite.maven
rewrite-maven-plugin
${maven-rewrite-plugin.version}
…
-
Our projects often times have integration tests and we use a Gradle configuration called `integrationTest`. The source for these tests is usually located in a `src/integrationTest/java` directory.…
-
```
What steps will reproduce the problem?
1. Create a review with default parameters
2. Select file to review
2. Add a Jupiter Issue
What is the expected output? What do you see instead?
double clic…
-
```
What steps will reproduce the problem?
1. Create a review with default parameters
2. Select file to review
2. Add a Jupiter Issue
What is the expected output? What do you see instead?
double clic…
-
JDK 19
Quarkus 2.14.3.Final
Mockk 1.13.3
JUnit 5.9.1
I'm trying to replace an existing instance with mock:
`typealias BroadcastSwitchActiveComputer = suspend (Computer) -> Either`
`kotlin.…