-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Issues of the kotlin compiler are blamed at detekt plugin #271
Labels
Comments
This was referenced Aug 22, 2022
This was referenced Aug 24, 2022
@arturbosch I had this only once and never again, but if there's anything I can test/try or help with, don't hesitate to reach out. |
This was referenced Sep 5, 2022
This was referenced Sep 18, 2022
Closed
Closed
Closed
Closed
This was referenced Jan 15, 2023
Closed
Closed
Closed
This was referenced Feb 7, 2023
This was referenced Mar 12, 2023
I have the impression that the Kotlin compiler reports less from 2023.1+. |
This was referenced Jul 22, 2023
This was referenced Aug 14, 2023
Closed
Closed
We're seeing this in our IDEA/AS logs as well. Probably worth mentioning in the repo Readme since it seems to be happening to everyone... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get a large amount of bug reports regarding issues coming from the kotlin compiler but are blamed at the detekt plugin.
One might notice no stacktrace which mentioned any of detekt's known packages.
The issue might be that detekt bundles API's which is clearly shipped by Intellij and the Kotlin plugin itself.
This is to the nature that the Kotlin compiler (which detekt uses the embedded version) bundles itself some of IntelliJ apis.
The bug reporting logic of IntelliJ might consider exception thrown from above packages are caused by detekt.
The text was updated successfully, but these errors were encountered: