سؤال

we started with static code analysis and I would like to see how we compare with other projects. Now I am aware I could go out and run tools for different OS projects, but I was curious if there is a repository for this data. such as cyclomatic complexity, code coverage, size of methods, size of classes, scope nesting, etc

thanks almir

هل كانت مفيدة؟

المحلول 2

  1. Ohloh.net has a few of the metrics you mentioned
  2. FLOSS Metrics may have some
  3. FLOSSmole - includes data from the now-defunct SourceKibitzer though it's a little old (2007), as well as the same metrics run on Debian packages in 2011
  4. Sourcerer may have some

نصائح أخرى

For Java OS projects a free monitoring system with some metrics is available here: http://opensource.quality-gate.com/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top