Tagged Questions
Software metrics are quantitative data pertaining to source code, e.g. number of lines of code (LOC) for a file.
95
votes
14answers
49k views
How do you count the lines of code in a Visual Studio solution?
Is it possible to find the number of lines of code in an entire solution? I've heard of MZ-Tools, but is there an open source equivalent?
56
votes
18answers
3k views
What is the fascination with code metrics?
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 code is ...
42
votes
19answers
14k views
How do you count your Lines of Code?
We want to invite a third party for reviewing our code and they want to know a ball park figure of number of lines of code we have in all our applications!
Depending on the coding style of each of ...
24
votes
15answers
2k views
Do you find cyclomatic complexity a useful measure?
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 there are ...
12
votes
6answers
6k views
Eclipse metrics plugin suggestion
I'm looking for a tool to give me some code metrics (total LOCs, LOC/Class, # of external references/class, etc...).
Does anyone know a good eclipse plugin that could provide me some some code ...
11
votes
10answers
1k views
Code metrics
I'm just curious about what kind of code metrics people are using and opinions/experience on the most effective use of code metrics. All of our code, regardless of language, uses the following:
...
10
votes
5answers
621 views
Accurately accessing VB6 limitations
As antiquated and painful as it is - I work at a company that continues to actively use VB6 for a large project. In fact, 18 months ago we came up against the 32k identifier limit.
Not willing to ...
9
votes
14answers
1k views
What can be alternative metrics to code coverage?
Code coverage is propably the most controversial code metric. Some say, you have to reach 80% code coverage, other say, it's superficial and does not say anything about your testing quality. (See Jon ...
9
votes
6answers
6k views
How do I show how many lines of code my project contains in Visual Studio? [closed]
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 how ...
9
votes
5answers
939 views
Tips on a tool to measure code quality?
I'm looking for a tool that can provide code quality metrics.
For instance it could report
very long functions (spaghetti code)
very complex classes (which could contain do-it-all code)
...
While ...
8
votes
1answer
214 views
How to use IntelliJ IDEA to find all unused code?
I have been a happy IntelliJ IDEA user for a long time but I have this question. When I am in a .java file, the unused code is usually grayed out or has a green underline saying this code will ...
8
votes
2answers
222 views
What does “Depth of Inheritance” mean for methods?
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
...
8
votes
3answers
303 views
Source of parsers for programming languages?
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 ...
8
votes
9answers
2k views
How many lines of code should a function/procedure/method have? [closed]
I've recently been given the unenviable task of reviewing poor code written by another developer and documenting the bad practices. (This is all for the purposes of getting out of paying for the ...
8
votes
9answers
483 views
As our favorite imperative languages gain functional constructs, should loops be considered a code smell?
In allusion to Dare Obasanjo's impressions on Map, Reduce, Filter (Functional Programming in C# 3.0: How Map/Reduce/Filter can Rock your World) "With these three building blocks, you could replace the ...
7
votes
4answers
1k views
Free C# metrics calculation library (DLL)
I wanted to ask whether you know about some free C# libraries (dlls) that calculate CK metrics (mainly Cyclomatic Complexity).
I would need that for a project I'm planning to do. I know that there ...
7
votes
3answers
428 views
Code metrics and warnings for C++
I have a pretty new code base written in C++. Already I'm starting to see some bad practices creeping into the project (class file with 1000+ lines of code, functions with a lot of parameters, ...). ...
7
votes
4answers
2k views
How to automate Visual Studio's Code Metrics feature
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 up ...
7
votes
4answers
245 views
Badge Concept Applied To Codebase Statistics
Stackoverflow is the first time I've seen this badges concept. It's oddly motivating, and that's pretty cool. Has anybody seen it applied to source control change sets?
I envision a data mining ...
6
votes
11answers
473 views
How bad is SLOC (source lines of code) as a metric?
We are documenting our software development process. For technical people, this is pretty easy: iterative development with internal milestones every four weeks, external every 3 months.
However, ...
6
votes
4answers
247 views
Good code measuring tools?
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 might ...
6
votes
7answers
164 views
Do software metrics work both ways
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 ...
6
votes
8answers
730 views
Should LOC counting include tests and comments?
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 ...
5
votes
5answers
59 views
What does Visual Studio Code Analysis Lines of Code do with HTML, CSS and Javascript?
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 was ...
5
votes
3answers
386 views
Is there any automated metrics collector for my Java project?
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, ...
5
votes
3answers
1k views
Why Does This Maintainability Index Increase?
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 ...
5
votes
2answers
2k views
Code Metrics Calculation in Visual Studio
What is the prefered score range for the code metrics calculation for the following
Maintainability Index
Cyclomatic Complexity
Depth of Inheritance
class Coupling
5
votes
4answers
3k views
Visual Studio - Determining Lines No Of Lines of code in a project
Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?
5
votes
7answers
440 views
Have you written very long functions? If so, why?
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 lines ...
4
votes
2answers
242 views
Python: code statistics
Do you know if there's a Python library that generates statistics about code? I'm thinking about pointing to a package and getting number of classes, functions, methods, docblock lines etc.
It could ...
4
votes
3answers
550 views
TFS 2010/Code Metrics Integration, Automated Builds Fail, Code Metrics Don't Run
I'm trying to add an automatic post-build trigger to run NDepend (code metrics software) after an automated team build in TFS 2010.
NDepend's website provided code for integrating this capability, ...
4
votes
2answers
873 views
Code Metrics in Visual Studio 2010
I was wondering what options were available with regards to code metrics in Visual Studio 2010. I know there are manual metrics that can be run on your code from within the IDE, but are there any ...
4
votes
1answer
206 views
What is an easy way to calculate the CRAP metric in my Javascript build process?
I'm a fan of the CRAP metric, and use it to monitor code quality for my C# and Java projects.
I'd like to do the same for my growing Javascript codebase.
Is there an existing process that makes this ...
4
votes
3answers
216 views
What code metrics\guidline you are using? [closed]
I am using code complexity metric, and line of code(per function).
This keeping the code short and readable.
What code metrics you using?
4
votes
1answer
469 views
Basis for claim that the number of bugs per line of code is constant regardless of the language used
I've heard people say (although I can't recall who in particular) that the number of bugs per line of code is roughly constant regardless of what language is used. What is the research that backs this ...
4
votes
8answers
344 views
is there a book overviewing different types of source code metrics?
I have to submit a paper about the usage of source code metrics in software engineering processes. I thought it would be nice to start by introducing some categorization of source code metrics (for ...
4
votes
4answers
321 views
Evaluation of Code Metrics
There has been a considerable amout of discussion about code metrics (e.g.: What is the fascination with code metrics?). I (as a software developer) am really interested in those metrics because I ...
3
votes
2answers
86 views
Java code Analytic/Metrics tool
I am looking for a free Java code analysis/metrics tool that I can use to see class dependencies, method execution times, etc, and possibly to print out a diagram that shows them. I am currently using ...
3
votes
4answers
149 views
Should code coverage be executed EVERY build? [closed]
I'm a huge fan of Brownfield Application Development. A great book no doubt and I'd recommend it to all devs out there. I'm here because I got to the point in the book about code coverage. At my new ...
3
votes
4answers
972 views
Hudson/Jenkins source code metrics?
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?
3
votes
3answers
213 views
Can we measure complexity of web site?
I am familiar with using cyclomatic complexity to measure software. However, in terms of web site, do we have a kind of metrics to measure complexity of website?
3
votes
1answer
184 views
nDepend integration in Visual Studio 2010
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 ...
3
votes
2answers
129 views
Metric to measure object-orientedness
Is there a metric that can assist in determining the object-orientedness of a system or application? I've seen some pretty neat metrics in the .NET Reflector Add-ins codeplex project, but nothing like ...
3
votes
2answers
154 views
How can one measure the SOLIDness of C# code?
Which metrics are there and which tools exist to measure the SOLIDness of C# code? Or tools to indicate where the principles are violated most harmfully?
3
votes
2answers
584 views
How to extract a single function from a source file
I'm working on a small academic research about extremely long and complicated functions in the Linux kernel. I'm trying to figure out if there is a good reason to write 600 or 800 lines-long ...
3
votes
3answers
600 views
Linux tool to show SLOC and SLOC modified, added, removed
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 ...
2
votes
1answer
38 views
What would be a good way to measure the size of a JSP project?
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 ...
2
votes
3answers
375 views
Static source code analysis program
I need a program for static analysis of source code of C++.
I tried "Understand", can you recommend me anoter program?
It can be proprietary. I would prefer if the program supports Java code also.
...
2
votes
4answers
294 views
Calculate software metrics for PHP projects
I would like to calculate some code metrics for my PHP OOP projects. I try to use some of the tools mentioned in here. But except trail version of Understand, which presents only
number of code, ...
2
votes
1answer
1k views
Open Source Tools to calculate Halstead Complexity metrics for Java file
Are there any open source tools to calculate Halstead Complexity metrics for Java source files.