Hannes Greule
Hannes Greule
## Overview ## Description This PR adds support for the new chunk system in paper. Current state: Feel free to compile and test it yourself. ### Issues (and whether they...
Closes #4804. As mentioned in the issue, it's not clear from the current examples that the user needs to configure the compliance level. I think adding it to that copy-paste...
IntelliJ locally stores information about the used inspection profile and code style in the `.idea` folder. This folder is currently ignored, means every contributor has to configure their IDE accordingly....
**Describe the bug** This problem occured to me when inspecting how anonymous enum types are handled in Java 17. Enums with anonymous enum values are `sealed` in Java 17, with...
**Describe the bug** I stumbled across a few issues with annotations: 1. Annotations with ElementType.TYPE_USE are added to fields and methods, rather than to the type references. From my understanding,...
I was wondering why it isn't possible to directly add or remove extended modifiers. The only way is to copy the set, add your modifier and set it again. This...
The OpenJDK has a program that lists open source software that is tested with current OpenJDK builds. As spoon is actively tested with modern java versions, it might be interesting...
With this change, javac emits the MethodParameters attribute in cases where the JLS requires the information about synthetic and mandated parameters to be stored (see issue). Parameter names are *not*...
### Describe the bug *Another sweet, very specific edge case* Java has a few [signature polymorphic methods](https://docs.oracle.com/javase/specs/jls/se18/html/jls-15.html#jls-15.12.3). In my opinion, there are two ways how spoon could model invocations of...
I fixed the commits now.