SonarLint Report Date

Hi,

When we Analyze a cobol program using SonarLint, we see the details of the findings in the SonarLint Report tab. One of the columns in the report is the Date.

We would like to ask why is the value in the Date column does not change? In the attached image, the value in Date column is ‘18 days ago’ but we just analyze this cobol program today. Is the Date column not updating real time?

Thank you!

It is indeed updating in real time.

What you notice here is SonarLint keeping track of when it first detected the issue. This way you can know whether these are old issues, or issues that were introduced in recent changes.

I see, thank you Jean for the explanation of this topic.