spotbugs / spotbugs-gradle-plugin

https://plugins.gradle.org/plugin/com.github.spotbugs
Apache License 2.0
180 stars 68 forks source link

Scanning Kotlin doesnt work with gradle-plugin #352

Open David-OliverM opened 4 years ago

David-OliverM commented 4 years ago
Component Version
Gradle 4.0.1
Java 1.8
SpotBugs 4.1.2
FindSecBugs 1.10.1

Problem

According to #500 (comment) findsecbugs is Kotlin-ready. But in my case it isn't giving any output when analysing my Kotlin project. It is analysing the java files but not the kotlin files. I created a java file and a kotlin file with the exact same Bug. It finds the Bug in the java file but not in the kotlin file. Im using the Gradle-plugin to scan my Android Project.

KengoTODA commented 3 years ago

Please share mcve project to reproduce the issue in our local.