code-metrics Questions
4
Solved
I would be appreciative if someone could explain to me the difference between the following two pieces of code in terms of Visual Studio's Code Metrics rules. Why does the Maintainability Index inc...
Manila asked 1/5, 2010 at 6:13
3
Solved
How to get some nice statistics about my F# code?
I could imagine things like
number of lines of my code
number of files
number of characters?
number of functions, classes, modules etc
Gratitude asked 2/5, 2012 at 6:6
3
Solved
We have this code, sortof:
private void InitializeEvents()
{
this.Event1 += (s,e) => { };
this.Event2 += (s,e) => { };
this.Event3 += (s,e) => { };
this.Event4 += (s,e) => { };
th...
Tenorite asked 20/4, 2012 at 10:5
2
Solved
There are some questions on Code Metrics here, especially this one on goal values. What I'm looking for though is what's "usual" on real life production projects. Maybe it's just me, but no project...
Voorhees asked 26/3, 2012 at 13:58
3
Solved
I'm searching for a Eclipse plugin which measures my activity on projects on a daily basis. I'd like to have a statistic showing me how many LOCs, tests, classes etc. were added. Additionally I'd l...
Alanalana asked 1/2, 2012 at 8:28
4
Solved
I know that Lines of Code (LoC) is a dubious if not false code metric and there are lots of posts to this effect.
However ... I still have to provide a LoC count for a web site in a report.
I wa...
Bilk asked 26/1, 2012 at 0:12
1
Solved
Given an existing JSP project, I would like to get a feel for the complexity/size of the "view" portion of the project. Here's what I've done so far:
Pulled the list of JSP's that have been compi...
Boorer asked 11/10, 2011 at 13:54
18
Solved
I've seen a number of 'code metrics' related questions on SO lately, and have to wonder what the fascination is? Here are some recent examples:
what code metrics convince you that provided ...
Corin asked 12/10, 2008 at 19:23
2
Solved
I have just installed the Visual Studio Power Tool for code analysis and the viewer for the results. Great tools, by the way!
When I click "Analyze Solution" I get the results:
Maintainability
C...
Braeunig asked 18/5, 2011 at 22:15
1
Solved
I've been looking for ways to measure the complexity of my projects's source code, and have frequently come across the acronym "NCSS". There doesn't seem to be any clear, easy-to-find definition of...
Shotten asked 30/3, 2011 at 13:30
4
Solved
Are there any useful plugins for source code metrics for Hudson/Jenkins?
I'm looking for total lines of code, total number of tests, classes, etc. with graphing.
Does anything like this exist?
Caines asked 11/3, 2011 at 20:9
3
Solved
I want to automate the process of gathering code metrics on a .NET solution. Is there any way of getting msbuild to run the Code Metrics feature included in VS2008 Development Edition?
I may end ...
Tyranny asked 8/12, 2008 at 15:25
1
Solved
This stems from a previous question I asked regarding code metrics.
I have been trying out nDepend as a tool to use in running metrics on our team's code. I have to say that so far I am very impre...
Silesia asked 3/1, 2011 at 18:59
3
Solved
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, fun...
Briefless asked 26/10, 2010 at 15:57
2
Solved
Possible Duplicate:
Counting Line Numbers in Eclipse
How Can I count the number of lines in my project including all the packages and projects in the Eclipse editor?
Pudding asked 7/10, 2010 at 8:11
8
Solved
While LOC (# lines of code) is a problematic measurement of a code's complexity, it is the most popular one, and when used very carefully, can provide a rough estimate of at least relative complexi...
Distich asked 8/11, 2008 at 9:59
7
Solved
I just started working for a large company. in a recent internal audit, measuring metrics such as Cyclomatic complexity and file sizes it turned out that several modules including the one owned by ...
Transept asked 4/1, 2010 at 7:59
3
Solved
Are there any good code measuring tools available?
I found code measure pretty useful and interesting, but I don't think I can pay $1K/year for just using the measuring tool.
I imagine there migh...
Luedtke asked 25/6, 2010 at 13:33
15
Solved
I've been playing around with measuring the cyclomatic complexity of a big code base.
Cyclomatic complexity is the number of linearly independent paths through a program's source code and th...
Morissa asked 14/4, 2009 at 0:2
4
Solved
I understand the basics of pixel tracking, I'm able to insert a pixel that references an image on my tracking domain to other websites.
However, how do I increment that actual pixel count on my t...
Polytechnic asked 23/7, 2009 at 18:0
2
Solved
I'm dusting off an old project of mine which calculates a number of simple metrics about large software projects. One of the metrics is the length of files/classes/methods. Currently my code "guess...
Edify asked 2/4, 2010 at 3:10
3
Solved
I am currently using the SLOCCOUNT tool for gaining source lines of code (SLOC) for a codebase.
However, it doesnt support comparing two versions of the codebase and then report:
Lines of code (...
Modena asked 6/3, 2009 at 12:30
4
Solved
Possible Duplicate:
How do you count the lines of code in a Visual Studio solution?
How can I show the code metrics window in Visual Studio 2008 Professional SP1? I'm looking to see h...
Estafette asked 5/5, 2009 at 22:8
4
Solved
Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?
Varhol asked 10/9, 2009 at 11:9
7
Solved
I am writing an academic project about extremely long functions in the Linux kernel.
For that purpose, I am looking for examples for real-life functions that are extremely long (few hundreds of li...
Infuse asked 17/7, 2009 at 16:20
© 2022 - 2024 — McMap. All rights reserved.