Hi all,
We are using Sonar to measure the code quality delivered from our providers. The tool works great and we (and them) are quite happy with the tool.
Unfortunately our senior management are not so happy. They want a metric for code size based on automated function points analysis.
We are now in the process of changing our estimation technique to funcion points (for some reasons that are out of scope). And there are tools out there, like CAST, that are able to provide a metric based on function points.
Some clarifications:
- I know that neither CAST nor any other tool will provide the same FP number that we will get by manual counting
- I know that current metrics offered by Sonar: LOC and Complexity are good enough to know about the size of a project
Automated function points analisys may be just marketing but even it it is just that, if AFP provides a metric that is at least as accurate as Complexity/LOC then it would be a great feature to catch up with other tools (like CAST).
Are there any plans to provide it?