Skip to content

JetSelectorTools: Fix cppcheck warnings.

Pass strings by const reference, not by value. Avoid warnings about conditions that can never be true.

Merge request reports