I need to specify which lines contain comments

Continuing the discussion from As of 7.3, what is the proper way to calculate the COMMENT_LINES_DATA measure?:

What are you trying to accomplish?
We need to calculate the Comment Lines Density and Duplicated Lines Density of our developers. We have already decoded the data from the file_source. Now, we need to identify which lines contain comments. This information is not included in the binary_data column of the table file_source. Where can I find it?

Hey there.

This other topic was about plugin development.

Are you developing a plugin, or just analyzing some code that SonarQube already supports analyzing?

We are analyzing the result that SonarQube already analyzed but not supports. For example the comment lines desity of develpoer.

I’m sorry, I really don’t understand what you’re trying to achieve. Are you trying to measure individual developer contributions and how many comments they write? SonarQube is not built to figure that out.

At a project-level, you can find the comment line density and duplication density by looking at the Measures tab of a project.