intellij-generateAllSetMethod icon indicating copy to clipboard operation
intellij-generateAllSetMethod copied to clipboard

Support for Records?

Open geld0r opened this issue 3 years ago • 1 comments

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 :)

geld0r avatar Mar 31 '22 12:03 geld0r

I have the same demand

qqyycom avatar Feb 05 '23 12:02 qqyycom