shuzijun / plantuml-parser

Convert the Java(or kotlin) source code to Plantuml
https://plugins.jetbrains.com/plugin/15524-plantuml-parser
Apache License 2.0
114 stars 27 forks source link

Add support for record classes #19

Open espertus opened 1 year ago

espertus commented 1 year ago

The record keyword, added in Java 14, is not supported. I would be willing to try adding it if you don't want to do it yourself.

shuzijun commented 1 year ago

I'm not familiar with this keyword, and contributions are welcome.

espertus commented 1 year ago

Thanks! I'm working on adding them. I usually use JUnit for testing. Would you prefer that I add my tests without adding any dependencies or with JUnit?