Mkohm / detekt-hint

Detection of design principle violations in Kotlin as a plugin to detekt.
https://mkohm.github.io/detekt-hint/
80 stars 3 forks source link

ISP: Message: onClose is not implemented an may not be necessary. This is a possible violation of the interface segregation principle. Consider splitting up `null` into smaller interfaces with a single responsibility. #54

Open Mkohm opened 4 years ago

Mkohm commented 4 years ago

Seems to not support overridden/abstract functions from supertypes. This causes a "null" to be shown as name of interface, when really the class name shoud be shown.