-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
1.6.0 -> 1.7.2: java.lang.String cannot be cast to java.util.List #2561
Comments
This seems related with #2463 I'm going to research a bit what's going on. I never thought about |
Oh, this is |
@realdadfish could you provide the config part of |
The complete configuration is at https://gist.github.com/realdadfish/3bc3a0b568ad56f64cbe7d7452020219 |
I can reproduce the error. I'm looking a way to fix it. The problem is |
This is a clean stacktrace:
|
We have the same problem on our side. |
Thanks for the quick fix! |
Hi, I'm having this problem on version 1.23.1 running Java 17...
|
On the surface this may seem like the same problem, but this issue was closed 3 years ago. @andre991 Can you please open a new issue, that also contains your confiiguration for the |
Hi @marschwar I fixed this... It's my fault, my config.xml was wrong for 1.23.1 version... Thanks for your time. |
I'm setting up detekt in an existing project. We came up with a configuration which we could use successfully to analyze our codebase and create baseline for existing issues.
Now, after I updated to 1.7.2, when I execute
detektBaseline
, Gradle executes successfully, however I see the following exceptions printed out:I'm not sure how accurate the trace is, because things seems to be executed in parallel, while all threads print out similar or identical issues muxed to stdout.
What am I doing wrong? Has anything substantial in the detekt.yml format changed between 1.6 and 1.7 that I missed? I could not find a hint in the changelogs.
Thanks!
The text was updated successfully, but these errors were encountered: