Welcome, Guest!

Report needs method signatures

Report needs method signatures

by panzel on Tuesday May 27, 2008, 12:58 PM

Hi, I'd like to suggest a minor tweak for the XML report output. Consider this fragment from a "Module/Method % Summary" report:
class n="ClipboardTreeNode" t="812" fp="514" u="107" c="79.18288"
method n=".ctor" t="3" fp="1" u="0" c="100" l="1172"
method n=".ctor" t="15" fp="11" u="2" c="81.8181839" l="1184"
method n=".ctor" t="28" fp="18" u="3" c="83.3333359" l="1223"
Which constructor hit 100%? Including the method's signature would be quite useful.
- Phil Anzel

RE: Report needs method signatures

by sporewell on Wednesday May 28, 2008, 04:42 AM

Phil,

Thanks for the suggestion. I've entered a case into our bug-tracking system and we'll consider this improvement for our next release.

Stephen

RE: Report needs method signatures

by panzel on Wednesday May 28, 2008, 05:36 AM

Stephen, thank you. - Phil