You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Java 16 Records (https://openjdk.java.net/jeps/395) are part of the JDK.
Apparently the plugin can't handle them yet and no actions for generating assertions are generated. Support for setters is not required obviously, as records are immutable.
However I'd like to see support for generation assertions for records :)
The text was updated successfully, but these errors were encountered:
With Java 16 Records (https://openjdk.java.net/jeps/395) are part of the JDK.
Apparently the plugin can't handle them yet and no actions for generating assertions are generated. Support for setters is not required obviously, as records are immutable.
However I'd like to see support for generation assertions for records :)
The text was updated successfully, but these errors were encountered: