Abstract
Bugs in a project, at any stage of Software life cycle development are costly and difficult to find and fix. Moreover, the later a bug is found, the more expensive it is to fix. There are static analysis tools to ease the process of finding bugs, but their results are not easy to filter out critical errors and is time consuming to analyze. To solve this problem we used two steps: first to enhance the bugs severity and second is to estimate the code quality, by Weighted Error Code Density metric. Our experiment on 10 widely used open-source Java applications automatically shows their code quality estimated using our objective metric. We also enhance the error ranking of FindBugs, and provide a clear view on the critical errors to fix as well as low priority ones to potentially ignore.
Original language | English |
---|---|
Title of host publication | ICSOFT 2013 - Proceedings of the 8th International Joint Conference on Software Technologies |
Pages | 198-205 |
Number of pages | 8 |
Publication status | Published (in print/issue) - 11 Nov 2013 |
Event | 8th International Joint conference on Software Technologies, ICSOFT 2013 - Reykjavik, Iceland Duration: 29 Jul 2013 → 31 Jul 2013 |
Conference
Conference | 8th International Joint conference on Software Technologies, ICSOFT 2013 |
---|---|
Country/Territory | Iceland |
City | Reykjavik |
Period | 29/07/13 → 31/07/13 |
Keywords
- Code quality
- Process metrics
- Static analysis