Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit compiler-generated methods from record classes in source generator #108

Open
arthurward opened this issue Oct 25, 2024 · 0 comments · May be fixed by #109
Open

Omit compiler-generated methods from record classes in source generator #108

arthurward opened this issue Oct 25, 2024 · 0 comments · May be fixed by #109

Comments

@arthurward
Copy link

arthurward commented Oct 25, 2024

When the source generator runs on a record class, it includes all of the compiler-generated methods. This clutters up the diagram, especially since the type is already annotated with the record stereotype. For me, the resulting diagrams are more useful if those methods are omitted, leaving only the properties that were actually defined in the source code.

For comparison, the tool implementation already omits the extra methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant