Analyzers are now built into SonarQube. We stopped offering the ability to upgrade language analysis to benefit from new features, but we’ll keep offering fixes for the most severe issues.
In this case, the issue happens with rule S3065 when Math.min() and Math.max() are called for the same variable but with different types. Ex: (Int, Float) etc.
If this is a isolated case, this may help you to solve your issue.