-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function complexity and size metrics #1398
Add function complexity and size metrics #1398
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 165f8e9 - Browse repository at this point
Copy the full SHA 165f8e9View commit details -
Adding Complex Functions metrics, returning number of functions over …
…a threshold of cyclomatic complexity. The threshold is controlled by the property sonar.cxx.funccomplexity.threshold
Configuration menu - View commit details
-
Copy full SHA for 0a77b27 - Browse repository at this point
Copy the full SHA 0a77b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eac35 - Browse repository at this point
Copy the full SHA c7eac35View commit details -
Adding Complex Functions metrics, returning number of functions over …
…a threshold of cyclomatic complexity. The threshold is controlled by the property sonar.cxx.funccomplexity.threshold
Configuration menu - View commit details
-
Copy full SHA for aa912ae - Browse repository at this point
Copy the full SHA aa912aeView commit details -
Implements Big Functions and % of Big Functions metrics, controlled b…
…y the property sonar.cxx.funcsize.threshold.
Configuration menu - View commit details
-
Copy full SHA for 0b1e6f3 - Browse repository at this point
Copy the full SHA 0b1e6f3View commit details -
Dumping list of ranked functions by cyclomatic complexity and lines o…
…f code. Both controled by properties (sonar.cxx.funccomplexity.filename and sonar.cxx.funcsize.filename)
Configuration menu - View commit details
-
Copy full SHA for 5381792 - Browse repository at this point
Copy the full SHA 5381792View commit details -
% of Lines of Code in Big Functions % of Lines of Code in Complex Functions.
Configuration menu - View commit details
-
Copy full SHA for f2940bd - Browse repository at this point
Copy the full SHA f2940bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d09de2c - Browse repository at this point
Copy the full SHA d09de2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c1c63 - Browse repository at this point
Copy the full SHA 15c1c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7696b0d - Browse repository at this point
Copy the full SHA 7696b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a31b02e - Browse repository at this point
Copy the full SHA a31b02eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6993e23 - Browse repository at this point
Copy the full SHA 6993e23View commit details -
- Removing metric definitions from this project
- Adding reference to sonar-opencommunity-metrics - Changing all code to reference metrics defined in sonar-opencommunity-metrics, which now is responsible for the aggregated numbers.
Configuration menu - View commit details
-
Copy full SHA for dc0cbed - Browse repository at this point
Copy the full SHA dc0cbedView commit details -
Revert "- Removing metric definitions from this project"
This reverts commit 008fd89.
Configuration menu - View commit details
-
Copy full SHA for c37398b - Browse repository at this point
Copy the full SHA c37398bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f729f2 - Browse repository at this point
Copy the full SHA 2f729f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e13013 - Browse repository at this point
Copy the full SHA 5e13013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d62d3 - Browse repository at this point
Copy the full SHA 42d62d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfc07e - Browse repository at this point
Copy the full SHA 3cfc07eView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 68d6fd7 - Browse repository at this point
Copy the full SHA 68d6fd7View commit details