Tony Robalik

Results 494 comments of Tony Robalik

It's unclear from your report which dependency you're referring to. Is it `org.junit.jupiter:junit-jupiter:5.11.1`? You're saying you're not actually declaring that dependency, but it's appearing in your reports as unused and...

Thanks for the report. I suspect this relates to https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1172.

Thanks for the issue. I'm open to this change but can't prioritize it. If you want to contribute a PR, I'm happy to review.

Thanks for the issue. I'm wondering if this is a bug or a feature request, but will treat it like a bug for now.

Thanks for the issue. I'm open to a change here but can't prioritize it. If you submit a PR I'm happy to review it.

Thank you for the issue! Looking at the [code](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/src/main/kotlin/com/autonomousapps/tasks/FindDeclarationsTask.kt#L91C9-L91C29), I think this could be as simple as making `DeclarationContainer` a `data class`. Alternatively, add custom hashCode and equals functions. Would...

Thanks for the report. A minimal reproducer would be ideal, since to fix this (if indeed it turns out to be a bug), I would need a regression test, which...

It's hard for me to answer your question without more detail. If you could post a redacted stacktrace, that would be helpful.

The plugin works by looking at the "raw identifier" (the string), only rendering with the version catalog entry, so I'd expect that addressing this will also address the more complex...

Thanks for the issue. A reproducer would be very helpful.