Scala Language, implicit: False reported "Code Smell" issue "as unused code"

:bomb: Issues are reported at all lines like this

private implicit def context: DispatcherContext = datamodelContext

“Remove this unused private “context” method.”
Why is this an issue? Code Smell Major

but on the other hand the line marked with a green bar on the left side that says “Fully covered by tests”.

Of course the code is used but I assume it is difficult for a static code analytic to detected the usage of implicit.

I’ve moved your post to the section on reporting false-positives. Please read the following thread and
adjust your opening post: