Skip to content

Limit BeanWrapper's KotlinCopyUtil usage to Kotlin Data classes #2358

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

Closed
mp911de opened this issue Apr 21, 2021 · 0 comments
Closed

Limit BeanWrapper's KotlinCopyUtil usage to Kotlin Data classes #2358

mp911de opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
type: bug A general bug

Comments

@mp911de
Copy link
Member

mp911de commented Apr 21, 2021

Right now, we attempt to use the copy(…) method for all Kotlin classes regardless of whether it is a data class or not.

@mp911de mp911de added the type: bug A general bug label Apr 21, 2021
@mp911de mp911de added this to the 2.4.9 (2020.0.9) milestone Apr 21, 2021
@mp911de mp911de self-assigned this Apr 21, 2021
mp911de added a commit that referenced this issue Apr 21, 2021
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.

Original pull request: #390.
Closes #2358.
mp911de added a commit that referenced this issue Apr 21, 2021
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.

Original pull request: #390.
Closes #2358.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant