Tagged Questions
4
votes
1answer
336 views
TeamCity Quality metrics dashboard
We use jetBrains TeamCity continuous integration server for builds.
We've got tens of different projects in TeamCity, and want to see one big picture across them in terms of their development ...
3
votes
2answers
594 views
How can I visualize changes in a large code base quality?
One of the things I’ve been thinking about a lot off and on is how we can use metrics of some kind to measure change, are we going backwards or not? This is in the context of a large, legacy code base ...
6
votes
1answer
1k views
Algorithm Analysis tool for java
I am looking for an algorithm analysis tool for java that can calculate Big 0 of a function. Ideal I would like to make it part of my build process, along side of my other code metrics tool. Even ...
6
votes
8answers
2k views
Software quality metrics
I was wondering if anyone has experience in metrics used to measure software quality. I know there are code complexity metrics but I'm wondering if there is a specific way to measure how well it ...
0
votes
4answers
165 views
Tracking and prediciting quality level
What techniques do people recommend to track the quality level of a new program? Are their ways to take a poorly defined term like "quality level", quanitify it and then make predictions? Currently ...
7
votes
2answers
282 views
What kind-of stats does your company collect to define code / software product quality
Most programming houses / managers i know of can only define quality in terms of the no of bugs made / resolved in retrospect.
However most good programmers can innately sense quality once they ...
15
votes
7answers
2k views
Seeking clarifications about structuring code to reduce cyclomatic complexity
Recently our company has started measuring the cyclomatic complexity (CC) of the functions in our code on a weekly basis, and reporting which functions have improved or worsened. So we have started ...
2
votes
5answers
2k views
Calculate Average Lines of Code per Method for Javascript
Are there any tools available for calculating the average number of lines of code per method?
I want to know the average size of each method, not just the total number of lines in the project. The ...
43
votes
19answers
15k views
Calculate code metrics
Are there any tools available that will calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) for your project and over time produce a graph showing the ...