SonarLint quickfix

Does SonarLint have quick-fix option on IntelliJ IDEA? Where is it, I can’t find it .

And What does the following text mean?
image

Hi,

There are no quick fixes in SonarLint for IntelliJ.

Locations is a panel used to display issues flows or secondary locations. Some rules are complex, and are able to report multiple code locations that are responsible for the issue. Of course simple formatting rules don’t make use of it.
Try for example a method with a very high complexity, you should see all the items counting for the complexity calculation.