By DeepSource
All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Security
Style
Type check
final
object
A class cannot extend an object thereby making the final modifier redundant. It is therefore recommended that you drop the said modifier.
final object ParentClass
object ParentClass