https://kotlinlang.org logo
#detekt
Title
# detekt
b

bbaldino

07/14/2020, 5:01 PM
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

gammax

07/14/2020, 5:02 PM
inconsistent synchronization
You mean incorrect usages of
synchronized
?
b

bbaldino

07/14/2020, 5:03 PM
But yeah, wondering if there's anything around synchronization usage in detekt
b

Brais Gabin

07/14/2020, 5:06 PM
No, there's not any rule related with synchronization as far as I know.
b

bbaldino

07/14/2020, 5:06 PM
Ok, thanks 👍
g

gammax

07/14/2020, 5:07 PM
ditto
b

Brais Gabin

07/14/2020, 5:10 PM
I didn't know that spotbugs works with Kotlin. Good to know.
b

bbaldino

07/14/2020, 5:11 PM
There's some weirdness there for sure, but there is some signal in the results.
4 Views