[java] JEP 456: Unnamed Variables & Patterns

This is now standardized.
This commit is contained in:
Andreas Dangel
2024-02-15 12:12:12 +01:00
parent cb3ceef17a
commit 4e01a3dafb
12 changed files with 78 additions and 97 deletions

View File

@ -240,6 +240,8 @@ The rules have been moved into categories with PMD 6.
- method `getParenthesisDepth()` has been removed.
* {%jdoc java::lang.java.ast.ASTTemplateFragment %}: To get the content of the template, use now
{%jdoc java::lang.java.ast.ASTTemplateFragment#getContent() %} or `@Content` instead of `getImage()`/`@Image`.
* {%jdoc java::lang.java.ast.ASTUnnamedPattern %} is not experimental anymore. The language feature
has been standardized with Java 22.
**New API**