Skip to content

Conversation

tamasvajk
Copy link
Contributor

This PR fixes the extraction of the java property call in C::class.java generated by the Parcelize plugin. Generally, these calls are properly associated to kotlin.jvm.JvmClassMappingKt::java, and therefore need no special handling. However, with the Parcelize plugin this is not the case.

I'm planning on merging this fix without integration test. It feels way more effort to add the test than the benefit.

@github-actions github-actions bot added the Java label May 13, 2022
@tamasvajk tamasvajk changed the title Fix extraction of reflective call generated by Parcelize Kotlin: Fix extraction of reflective call generated by Parcelize May 13, 2022
@tamasvajk tamasvajk marked this pull request as ready for review May 13, 2022 13:29
@tamasvajk tamasvajk requested a review from a team as a code owner May 13, 2022 13:29
Copy link
Contributor

@smowton smowton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable -- can we test it?

@tamasvajk
Copy link
Contributor Author

Looks reasonable -- can we test it?

We could, but

I'm planning on merging this fix without integration test. It feels way more effort to add the test than the benefit.

@tamasvajk tamasvajk merged commit 3407b0f into github:main May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants