Software metrics are quantitative data pertaining to source code, e.g. number of lines of code (LOC) for a file.

learn more… | top users | synonyms

0
votes
1answer
30 views

Error while analyzing sonar project

Hi I have a custom sonar plugin for RPG and am having a sonar project that I am trying to run. Here's my plugin class: @Properties({ @Property(key = "rpg", defaultValue = "rpg", name = "File ...
-5
votes
1answer
31 views

code for calculating CK metrics for a java program [closed]

i got a project for calculating CK metrics for a java program...i dont know how to code it so if anyone have any program to calculate this metrics then please share it.
0
votes
0answers
22 views

How to get LoC for each code line?

I'm now evaluating CLOC utility. I use it to know how many code lines have been added/changed/removed when comparing two files. I use cloc -diff file1 file2 and it gives me a summary like this: ...
0
votes
1answer
30 views

Is there a industry standard numbers available for sonar results?

Sonar produces a good setup of numbers and I would like to know if there are industry standard or threshold numbers available for these indexes it creates? I can assume some of the numbers like Unit ...
0
votes
2answers
74 views

Package structuring for Spring Project, Sonar report shows some package tangle index

I have a spring based project, a high level view would be one spring context class(say, MyContext.java) and a class (say, MyClassImpl.java) containing the main method. Now my package structure is as ...
1
vote
3answers
53 views

code metric analysis for JAVA

do you know of any open source tool that can be used for code metric analysis in java? it should be able to integrate well in jenkins. I'm trying to setup a complete test suite for our project that ...
0
votes
2answers
27 views

How to find out that a method is Long Method?

Suppose let's say i have a method print() then how can i find out that whether it is a long method or not.Because, it may possibility that it can contain 3 line of code or it may contain 300 line of ...
1
vote
1answer
34 views

How does this code have LCOM4 value 1?

The sonar documentation shows the following as a refactored code of LCOM4 = 1. But it seems to me that it should be 2, because there is no cohesion between getFullName and getFullAddress. What am I ...
0
votes
0answers
27 views

How to add new metric in Sonar?

I am experimenting with Sonar and i want to find out how to present an array containing the columns: Class Name | LOC | Violations
0
votes
1answer
75 views

How can a code inspection tool like Sonar be leveraged best for an old project which is about 80% complete?

There is no doubt in my mind that Sonar is a great tool for new projects. It works seamlessly with Hudson and brings the power of tools like FindBugs,PMD,Cobertura etc together into one. The ...
0
votes
1answer
48 views

What does “LifeCycle expectations” mean in SQALE?

I was going through this wiki article on SQALE(Software Quality Assessment based on Lifecycle Expectations). The Software Quality assurance part of it is clear. But I am unable to understand the ...
1
vote
1answer
309 views

What does package tangle index data indicate in Sonar?

I got the following data on one of the 7 axes(See the second picture) after running a Sonar analysis on my project. What information can be decoded from this data? Also which of the axes in the ...
0
votes
2answers
93 views

What is the difference between afferent couplings and efferent couplings of a class?

Code quality metric tool like Sonar does provide the ability to drill down to a class and find out the number of: Afferent (incoming) couplings Efferent (outgoing) couplings What are these two ...
0
votes
2answers
74 views

Calculate Code Metrics ignoring Code Contracts

Is there anyway to calculate the Code Metrics for a VS 2010 Ultimate solution, but to omit the Code Contracts? Right now, my best idea is to do a calculation, dump the excel file, then reflect over ...
0
votes
2answers
44 views

Is there an average number of lines per commit that can be used as a benchmark?

Trying to keep track of progress and establish company-wide benchmarks. I understand that each language is different, but are there general benchmarks for these sorts of things? Developers probably ...
0
votes
2answers
77 views

What metrics are useful for measuring developer progress based on git?

Can git show any metrics that might be helpful to track the progress of developers? I know git shortlog --since="1/1/12" as a basic utility to see how many total commits each developer has. What ...
1
vote
1answer
30 views

Detect the impact of changes in an application

i have an assignment that consist of creating a method to detect the impact of changes in an application. Can anyone help me with some instructions, i don't know from where to begin. I need someone to ...
0
votes
1answer
39 views

In GitHub's graphing metics, what are 'additions'?

Are they lines of code added, or are they something else?
0
votes
1answer
133 views

Code quality metrics with git pull request

In our company, we just moved to git from svn, which makes our code reviews much simpler by mandating pull requests whenever we want to merge with master branch. To increase the effectiveness, we were ...
2
votes
1answer
511 views

Running code metrics in builds for TFS 2012

How do I get metrics to run with my builds in TFS 2012? I have not seen any solutions for Code Metrics inside of TFS 2012. Microsoft's Metrics tool appears to only work with TFS 2010. The main ...
3
votes
2answers
323 views

Visual Studio code metrics misreporting lines of code

The code metrics analyser in Visual Studio, as well as the code metrics power tool, report the number of lines of code in the TestMethod method of the following code as 8. At the most, I would expect ...
8
votes
1answer
434 views

How do I gather TeamCity code coverage reports from multiple projects into one report?

We use the build in coverage application in TeamCity 6 (about to upgrade to 7.1) If we wish to see the code coverage (or other metrics) of a particular build it is fine as we can navigate to that ...
0
votes
1answer
187 views

How can I achive code metrics for C# code in Jenkins?

How can I achieve code metrics for C# code in Jenkins, for example Cyclomatic complexity?
10
votes
1answer
144 views

G++ Compilation Statistics

I was wondering if there is any way to gather statistics from GCC/G++ compilation process like the number of lines compiled in the entire process, total time spend compiling, number of compilation ...
1
vote
0answers
88 views

Are there tools or metrics that measure the complexity of a Spring application?

I am aware of tools that use static analysis to measure the complexity of code written in a single language, e.g., Java. Application frameworks like Spring make measurement of complexity more ...
1
vote
2answers
273 views

Code metrics for my project

I would like a program that goes in my TFS and weekly takes a snapshot of different metrics like code complexity, Lines of code, code coverage and other stuff and displays them in a graph. It would ...
4
votes
1answer
145 views

Cane and metric_fu like code metrics for CoffeeScript?

Rails has a lot of easy to use code metric tools like metric_fu, cane etc. Are there any similar tools for CoffeeScript? So far I've found CoffeeLint, which checks for correct coding style. But its ...
1
vote
1answer
294 views

how to get a path from tfs in Console Application

i have creating a console application which takes the two argument one as input .xml file and give output as .htm file below is code for the accessing tfs TfsTeamProjectCollection ...
0
votes
2answers
223 views

Looking for open source java projects to analyse them with a new metric method [closed]

I am a student in computer science and bussiness management. For my bachelor thesis I have the chance to evaluate a new method for assesing the quality of the architecture of applications. This ...
6
votes
2answers
478 views

Xcode: code metrics

I want to write my code more cleaner. For this purpose I'm looking for a tool to generate code metrics in Xcode. I'd like to have a statistic showing me how many tests, classes etc. were added. And ...
1
vote
3answers
198 views

Code churn calculator (not for a version control system)

Given two project versions, I would like to calculate code churn metrics EXAMPLE Input: Two folders containing C and Header files of two versions of the project Output: List of number of lines ...
0
votes
1answer
1k views

McCabe's Complexity Metric and Independent Paths

int maxValue = m[0][0]; for (int i = 0; i < N; i++) { for (int j = 0; j < N; j++) { if ( m[i][j] >maxValue ) { ...
1
vote
3answers
196 views

What does number of lines of code tell you about your application?

Recently, we were asked to find the lines of code in our application by our managers. I have actually been pondering since then; what does this metric signify ? Is it to measure the average lines of ...
4
votes
3answers
244 views

Lines of code and other metrics in F#

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
6
votes
3answers
466 views

How can the cyclomatic complexity be 27 in a method with 13 event handler subscriptions?

We have this code, sortof: private void InitializeEvents() { this.Event1 += (s,e) => { }; this.Event2 += (s,e) => { }; this.Event3 += (s,e) => { }; this.Event4 += (s,e) => ...
1
vote
2answers
51 views

Determining the length of sections of code

Is there a tool that parses a Ruby script (MRI/YARV) and gives statistics of how many lines each module/class/method definition is?
1
vote
1answer
223 views

Can Checkstyle return lines of code for a project

I am about to employ Checkstyle on a project to improve coding standards and discovered in my research that I can also setup Checkstyle to return some coding metrics as well as some other useful ...
1
vote
1answer
261 views

PHP Depend code metrics analysis

I am trying to compare two PHP projects using PHP Depend (http://pdepend.org). One is a page-based PHP application written by a group of students a year ago and the second is mine that I have worked ...
1
vote
1answer
241 views

using CCCC on Windows XP with Visual studio 2010

I am trying to use CCCC(C and C++ Code Counter) on a windows machine.I did not have Microsoft Visual C++ Toolkit 2003 but Visual Studio 2010 installed on my machine. So,to get around the problem of ...
0
votes
1answer
88 views

Are there open source/free tools for generating documentation metrics available?

Our Problem Our documentation has not been kept up to date, and we are going through and updating methods. A tool that would provide us with documentation metrics would help us to figure out where ...
3
votes
2answers
858 views

Usual values on Code Metrics (C#, Visual Studio) for production projects

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 I ...
3
votes
2answers
165 views

ruby code quality checker that could catch debugger statement

I am looking for a ruby code quality checker that could catch or notify if something like a 'debugger' statement gets accidentally committed to ruby code. It would also be ideal if it could look in a ...
0
votes
0answers
199 views

Standalone app to get, build, analyze and report metrics on TFS code

I have a scenario where I have to gather code metrics on a frequent basis and send out a report. My project uses TFS 2010. I generally need to get latest code from TFS, build it (both using .TFS ...
2
votes
2answers
106 views

Is there a way to compare or do a delta of VS 2010 Code Analysis, Metrics and Code Coverage results?

I have started to work with the Code Measurement and Analysis features of VS2010; i.e. the code analysis, code metrics and code coverage. I have gone through the details about how to run these tools ...
3
votes
2answers
141 views

Software metrics to identify developers by their coding style

Traditionional software metrics deal with quality of software. I'm looking for metrics that can be used to identify developers by their code, in the same vein as plagiarism software and stylometry ...
9
votes
3answers
794 views

Eclipse Metrics Plugin

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 like ...
1
vote
3answers
547 views

Seeking C++ metrics tool for Linux

I'm looking for a C++ code quality metrics tool that can run on Linux. Having Eclipse integration would be a bonus but is not required. I found a decent tool called Source Monitor, but that only ...
6
votes
5answers
707 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 ...
0
votes
1answer
125 views

code metrics KPI for MVVM program complexity

code analysis could give some statistic numbers, which are not determinant, but good to start with, if you are looking at some design defect or bad coding practice. such KPIs could be how many methods ...
1
vote
3answers
183 views

How to count comments?

I'm trying to count the total lines of code, and most importantly the lines of comments! I am currently using eclipse, and I have tried metrics2 for eclipse but it only gives total lines of code, ...

1 2 3 4