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

Allow TestCompiler SourceFile to work with records #29236

Closed
philwebb opened this issue Sep 30, 2022 · 0 comments
Closed

Allow TestCompiler SourceFile to work with records #29236

philwebb opened this issue Sep 30, 2022 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

Currently the SourceFile class uses qdox to parse content and obtain the class name. This doesn't work with records unfortunately. We might be able to trick qdox by making a record look like a regular class.

@philwebb philwebb added the type: enhancement A general enhancement label Sep 30, 2022
@philwebb philwebb self-assigned this Sep 30, 2022
@philwebb philwebb added this to the 6.0.0-RC1 milestone Sep 30, 2022
philwebb added a commit that referenced this issue Sep 30, 2022
Update conversion logic to deal with annotations.

See gh-29236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant