Michael Keppler

Results 108 issues of Michael Keppler

For dynamic or parameterized tests in Junit Jupiter, the number of actual tests executed is not known in advance. The JUnit view therefore updates that number during the test execution...

The error message of `assertThat(collection).doesNotHaveDuplicates()` lists the duplicates in a different order than the elements of the collection actually have. That is not an error per-se, but can make it...

* The conversion shell scripts cannot be executed on Windows. * Path related tests trying to create symbolic links fail with an exception on Windows, as documented in java.nio.file.Files.createSymbolicLink(Path, Path,...

status: pending investigation

## What version of OpenRewrite are you using? I am using - Maven/Gradle plugin v5.17.1 ## What is the smallest, simplest way to reproduce the problem? ```java class ParserError {...

bug
java
parser

The POM has 2 different maven-enforcer configurations, because the parent (sonatype-oss) and the checkstyle pom.xml use different execution ids. This is from Sonatype parent pom.xml: ``` org.apache.maven.plugins maven-enforcer-plugin 1.2 enforce-maven...

approved

* main code, tests are not affected * only methods with a documented replacement There is no functional change, as long as all deprecation replacements have been documented and delegated...

* pin versions of jxr and surefire-report plugin, they were undefined up to now * upgrade all maven plugin versions except Tycho (that should be done separately) * add the...

* Remove jcni version (it's been removed in 2017 from the code base). * Remove api version (it's never been used since moving the code to eclipse). * Set a...

I'm a big fan of stable and easy to read output for any tool. Therefore I'd like to provide a patch which sorts the projects in the reactor by artifact...

Use Ascii single quotes on both sides of the user name. Jenkins core uses the unicode character in several places, but this plugin generally doesn't. See line 226 for the...