Czar
11/28/2019, 5:04 AMkotlin.spring
plugin applied and a class annotated with @Configuration
, but ProtectedMemberInFinalClass
is still triggered. The class is effectively open due to `kotlin.spring`plugin and this worked before on detekt 1.0.1, Boot 2.2.0.RC1, Kotlin 1.3.50.
Should I try to downgrade them one by one to find which version upgrade caused this or is it a known issue?schalkms
11/29/2019, 5:26 PMmarschwar
11/30/2019, 12:03 PMThe kotlin-spring is a wrapper on top of all-open, and it behaves exactly the same way.
I think you should disable it as there are effectively no final classes in your project.Brais Gabin
11/30/2019, 12:09 PMmarschwar
11/30/2019, 12:19 PMCzar
11/30/2019, 8:53 PMmarschwar
11/30/2019, 9:40 PM