Does detekt have any built-in rules related to inc...
# detekt
b
Does detekt have any built-in rules related to inconsistent synchronization? I'm trying to make a case for detekt over spotbugs, but this is a feature we've gotten from spotbugs and haven't found something similar in the detekt docs.
g
inconsistent synchronization
You mean incorrect usages of
synchronized
?
b
But yeah, wondering if there's anything around synchronization usage in detekt
b
No, there's not any rule related with synchronization as far as I know.
b
Ok, thanks 👍
g
ditto
b
I didn't know that spotbugs works with Kotlin. Good to know.
b
There's some weirdness there for sure, but there is some signal in the results.