Results 9 issues of NolwennD

Some object may have properties with unpredictable values, like random UUID, and you want to compare the predictable ones. In Java, with AssertJ it’s possible with: `assertThat(actual).usingRecursiveComparison().ignoringFields("id").isEqualTo(expected)`. Maybe a signature...

type/enhancement
feature/assertion

## Bug description Java 21 is not supported by the packaged pitest (1.6.8) ``` Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 65 ``` ## Expected behavior Run...

**Prettier-Java 3.2.5** **Input:** ```java public sealed interface SadPanda { default String cry() { return switch(this) { case A _, B _, C _ -> "A lot"; }; } record A()...

Eslint v9 migration is painfull, [Biome](https://biomejs.dev/) and [Oxc](https://oxc.rs/docs/guide/usage/linter.html) offer an alternative to Eslint. Maybe it’s time to use one of them or both instead of Eslint. Moreover, Biome is an...

area: feature request :bulb:
theme: init

Hello, In readme, the following link is broken: https://resources.sei.cmu.edu/asset_files/Presentation/2011_017_001_516911.pdf Maybe a copy could be kept in the repo.

Version: 0.0.81 I try openapi-changes in docker node:lts-slim and I have the following error. It works nicely in node:lts-alpine and node:lts. ``` npx openapi-changes report https://example.com/api.json api.json fatal error: all...

Following #1999 I go deeper in exhaustive switch and record deconstruction, so I found that it not fully supported by Jacoco. ### Steps to reproduce * JaCoCo version: 0.8.14 *...

type: bug :bug:
language: Java

### Steps to reproduce * JaCoCo version: 0.8.14 * Java 25 * Operating system: Linux Ubuntu * Tool integration: Maven In the following example, letter method is not seen as...

type: bug :bug:
language: Java