Measuring Code Quality in RTC
![]()
Is there any direct or indirect methods available in RTC to measure Code Quality, for instance some measure such as Cyclomatic Complexity?
|
One answer
![]()
Ralph Schoon (60.5k●3●36●43)
| answered Mar 11 '14, 9:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This is not a built in feature of RTC as far as I can tell. You can run those tools however e.g. during a build.
Comments Thanks Ralph... Can you suggest some tools ? Hi, unfortunately I can't. This likely depends on what you want to do and which languages. http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis has some examples. I have heared about Sonar (now SonarQube?) being used in projects but I am not sure what they measure.
|