All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.pmd.rules.pmd.NcssMethodCount.html Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
This rule uses the NCSS (Non Commenting Source Statements) algorithm to determine the number of lines of code for a given method. NCSS ignores comments, and counts actual statements. Using this algorithm, lines of code that are split are counted as one.

This rule is deprecated, use {rule:squid:S138} instead.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy