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

Illegal reflective operation warning from kotlin-compiler-embeddable #982

Closed
petertrr opened this issue Jul 14, 2021 · 3 comments · Fixed by #1784
Closed

Illegal reflective operation warning from kotlin-compiler-embeddable #982

petertrr opened this issue Jul 14, 2021 · 3 comments · Fixed by #1784
Assignees
Milestone

Comments

@petertrr
Copy link
Member

I think under this issue we can also investigate problem with extra warnings from kotlin
Seems, it should be fixed (youtrack, stackoverflow) in kotlin 1.5

Originally posted by @kgevorkyan in #971 (comment)

@orchestr7
Copy link
Member

All compilation warnings should be fixed under this issue

@petertrr
Copy link
Member Author

@akuleshov7 we don't have any compilation warnings, because we've enabled -Werror long ago under #781

This issue is about runtime warning which appears to be caused by incorrect usage of reflection deep inside kotlin-compiler. It needs some investigation, but it'll probably have to be resolved on their side.

@nulls nulls added this to the 2.0.0 milestone Mar 23, 2023
@nulls
Copy link
Member

nulls commented Nov 8, 2023

Tested, it was fixed. Added a checking on WARNING in diktat cli output in tests

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

Successfully merging a pull request may close this issue.

4 participants