Does SonarQube count comment blocks in duplicated code? -


simple question. sonarqube has duplicate code scanner. examine comment blocks in algorithm? if have 1000 source files same copyright header, detect these duplicated code?

from sonarqube documentation on duplications:

sonarqube allows detect "type 2" duplications means : structurally/syntactically identical fragments except variations in literals , comments.

so copyright header not counted duplication.


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -