Hi Everybody,
I am looking for a free code metrics tool for .NET (mainly C# language).
I have searched the web, but haven't found anything that matches my requirements.
Requirements
1. LOC and CC metrics (mainly)
2. NAnt intregration is possible
3. No configuration file needed (provide the source files and config parameter via console ...
I'm interested to find some information about codebase size, number of developers, number of commits, duration of development, etc. for commercial software, including: IE, MS Office, Oracle Server, Microsoft IIS, Visual Studio, Windows.
Any ideas where to get this information?
...
When the size of a code base is reported in lines, is it more usual/standard to report raw wc count, or nonblank noncomment lines? I'm not asking which measure should be used, only, if I see a number given with no other information, which measure it is at best guess more likely to be.
...
Hello,
During Technical interviews involving coding question what criteria do people use to evaluate code. Assuming there are multiple ways to code the same problem, what metrics can be used to evaluate and compare the answers objectively.
The Interview is typically 1 hour long
Some of the things I use are
Correctness
Brevity and...
Hello!
I've been an avid Eclipse user for my Java development for a while, but as of late I'm beginning to enjoy developing using NetBeans 6.9.1 more thanks to the faster (IMHO) code completion and the powerful templates and refactoring tools.
Anyway, the one thing that I'm missing is some tool to analyse my code's Metrics. I found a p...
I wonder who are the best thought leaders working in the field of software metrics today?
...
What's the most interesting/surprising Software Engineering metric you know? For example, I find that "50% of all projects are considered failures" is quite frightening.
...
I'm trying to collect software code metrics in my Java project on every cycle of continuous integration. I'm interested mostly in size-related metrics like number of classes, number of methods, function points, lines of code, etc. I would like to get a summary report with these metrics in some XML file. Later I will use it in project rep...
The x-height is a font metric, that is given in terms of the em-height,
and is approximately 0.48 of an em, but this depends on the font...
In CSS these two units are available, I am interested in the ex unit. There is also an em unit, such that the ex unit is given in terms of it.
The following table shows some metrics, available thro...
Is there a general way to convert between a measure of similarity and a measure of distance?
Consider a similarity measure like the number of 2-grams that two strings have in common.
2-grams('beta', 'delta') = 1
2-grams('apple', 'dappled') = 4
What if I need to feed this to an optimization algorithm that expects a measure of differen...