Menu

#83 XML Export with errors in metrics values

open
nobody
None
5
2009-05-31
2009-05-31
Anonymous
No

Within an XML export the metrics values are added for methods with the same name. This was noticed with the following metrics: MLOC, NBD, VG and PAR. Example: If you have too methods foo(int x) and foo(int x, int y) within the same class, and the results for MLOC, NBD, VG and PAR are (1,1,1,1) and (1,1,1,1) for each of the methods respectively, the result presented in XML is a single method named foo with the results (2,2,2,2). However, the results in the IDE are correct.

Discussion


Log in to post a comment.